mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kcontrol: use the same presentwindows layout mode for desktop and netbook
presentwindows being the kwin effect name Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
86d4e57798
commit
516b46e3ec
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void WorkspaceOptionsModule::save()
|
|||
static const QString desktopTitleBarButtonsRight = "HIAX";
|
||||
static const QString netbookTitleBarButtonsLeft = "MS";
|
||||
static const QString netbookTitleBarButtonsRight = "HAX";
|
||||
static const int desktopPresentWindowsLayoutMode = 0;
|
||||
static const int desktopPresentWindowsLayoutMode = 1;
|
||||
static const int netbookPresentWindowsLayoutMode = 1;
|
||||
static const bool desktopUnredirectFullscreen = true;
|
||||
static const bool netbookUnredirectFullscreen = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue