summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.ui
diff options
context:
space:
mode:
authorStiepen <stiepen22@gmx.de>2013-07-14 22:01:30 +0200
committerStiepen <stiepen22@gmx.de>2013-07-14 22:01:30 +0200
commitb5450042b5f9ddaad7585f644591b7d009aeb5cb (patch)
treeaf5adabe56071ca901acffcdd9feabd2135f7ec6 /gui/mainwindow.ui
parentce253ded0e0d2ae90a971c2e074d561f5e7baeb2 (diff)
downloadMultiMC-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.ui5
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>