Skip to content

Commit b6bca52

Browse files
authored
Merge pull request #1697 from aaronweeden/stateless-my-profile-window
Make "My Profile" window stateless to avoid cutting off content.
2 parents 01d3fd0 + 1676a09 commit b6bca52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html/gui/js/profile_editor/ProfileEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ XDMoD.ProfileEditor = Ext.extend(Ext.Window, {
2626

2727
closeAction: 'close',
2828
resizable: false,
29+
stateful: false,
2930

3031
title: 'My Profile',
3132

0 commit comments

Comments
 (0)