mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Added disable all toaster in status bar (Modified patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7362 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
995d63c979
commit
cc08fd5a95
11 changed files with 195 additions and 57 deletions
|
@ -84,6 +84,7 @@
|
|||
#include "statusbar/discstatus.h"
|
||||
#include "statusbar/OpModeStatus.h"
|
||||
#include "statusbar/SoundStatus.h"
|
||||
#include "statusbar/ToasterDisable.h"
|
||||
#include <retroshare/rsstatus.h>
|
||||
|
||||
#include <retroshare/rsiface.h>
|
||||
|
@ -276,6 +277,8 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
|
|||
statusBar()->addPermanentWidget(new OpModeStatus());
|
||||
|
||||
statusBar()->addPermanentWidget(new SoundStatus());
|
||||
|
||||
statusBar()->addPermanentWidget(new ToasterDisable());
|
||||
/** Status Bar end ******/
|
||||
|
||||
/* Creates a tray icon with a context menu and adds it to the system's * notification area. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue