implementing: make raise-blind sound optional (#127)
This commit is contained in:
@@ -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 "player joined the game"</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>
|
||||
|
||||
Reference in New Issue
Block a user