implementing: make raise-blind sound optional (#127)

This commit is contained in:
doitux
2012-03-27 09:38:45 +00:00
parent 295610fbf9
commit 9ee82a05c5
4 changed files with 23 additions and 11 deletions
+9 -2
View File
@@ -790,14 +790,14 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="0">
<item row="2" column="0">
<widget class="QCheckBox" name="checkBox_playLobbyChatNotification">
<property name="text">
<string>Play lobby chat notifications</string>
</property>
</widget>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QCheckBox" name="checkBox_playNetworkGameNotification">
<property name="text">
<string>Play network/internet game notifications like &quot;player joined the game&quot;</string>
@@ -807,6 +807,13 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox_playBlindRaiseSound">
<property name="text">
<string>Play blind raise notification</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>