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:
Ivailo Monev 2023-10-22 19:29:41 +03:00
parent 86d4e57798
commit 516b46e3ec

View file

@ -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;