diff options
author | Stiepen <stiepen22@gmx.de> | 2013-07-14 22:01:30 +0200 |
---|---|---|
committer | Stiepen <stiepen22@gmx.de> | 2013-07-14 22:01:30 +0200 |
commit | b5450042b5f9ddaad7585f644591b7d009aeb5cb (patch) | |
tree | af5adabe56071ca901acffcdd9feabd2135f7ec6 /gui/mainwindow.ui | |
parent | ce253ded0e0d2ae90a971c2e074d561f5e7baeb2 (diff) | |
download | MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.gz MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.lz MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.tar.xz MultiMC-b5450042b5f9ddaad7585f644591b7d009aeb5cb.zip |
Broke instance loading(?), also attempted to make Toolbar grayed out when no instance is selected. For debug purposes it is initially not grayed out
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r-- | gui/mainwindow.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index 771e7096..e6a82635 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -65,6 +65,9 @@ </widget> <widget class="QStatusBar" name="statusBar"/> <widget class="QToolBar" name="instanceToolBar"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="windowTitle"> <string>Instance Toolbar</string> </property> @@ -300,7 +303,7 @@ </action> <action name="actionInstanceSettings"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="text"> <string>Settings</string> |