mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -04:00
fixed show/hide buttons in appearance settings page
This commit is contained in:
parent
f9f79d4306
commit
27db797a9f
5 changed files with 20 additions and 16 deletions
|
@ -123,7 +123,8 @@ public:
|
|||
StatusShowOpMode = 0x0a,
|
||||
StatusShowSound = 0x0b,
|
||||
StatusShowToaster = 0x0c,
|
||||
StatusShowSystray = 0x0d
|
||||
StatusShowSystray = 0x0d,
|
||||
StatusShowCBox = 0x0e
|
||||
};
|
||||
|
||||
/** Create main window */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue