mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
enabled Blogs checkbox in Notify settings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6baf56285b
commit
a387ff5ae1
@ -146,7 +146,6 @@ void NotifyPage::load()
|
|||||||
|
|
||||||
/* disable ones that don't work yet */
|
/* disable ones that don't work yet */
|
||||||
ui.notify_Chat->setEnabled(false);
|
ui.notify_Chat->setEnabled(false);
|
||||||
ui.notify_Blogs->setEnabled(false);
|
|
||||||
ui.notify_Downloads->setEnabled(false);
|
ui.notify_Downloads->setEnabled(false);
|
||||||
ui.systray_GroupChat->setEnabled(false);
|
ui.systray_GroupChat->setEnabled(false);
|
||||||
//ui.popup_NewChat->setEnabled(false);
|
//ui.popup_NewChat->setEnabled(false);
|
||||||
|
@ -537,13 +537,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="notify_Chat">
|
|
||||||
<property name="text">
|
|
||||||
<string>Chat</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="notify_Blogs">
|
<widget class="QCheckBox" name="notify_Blogs">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -558,6 +551,13 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="notify_Chat">
|
||||||
|
<property name="text">
|
||||||
|
<string>Chat</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="notify_Downloads">
|
<widget class="QCheckBox" name="notify_Downloads">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user