Enabled back counting People

Enabled "Sort by Posts" for Channels/Forums/Posted
Fixed Width/Height of Message Composer
Moved Chat Settings Page order.
This commit is contained in:
defnax 2015-12-24 17:46:02 +01:00
parent 12c919491c
commit 7afcc2a91e
5 changed files with 62 additions and 13 deletions

View file

@ -142,11 +142,11 @@ RSettingsWin::initStackedWidget()
addPage(new PluginsPage() );
addPage(new NotifyPage());
addPage(new CryptoPage());
addPage(new ChatPage());
addPage(new MessagePage());
addPage(new ChannelPage());
addPage(new ForumPage());
addPage(new PostedPage());
addPage(new ChatPage());
addPage(new PostedPage());
addPage(new AppearancePage());
addPage(new SoundPage() );
addPage(new ServicePermissionsPage() );