From 48f570eda8454b994fcee55841f4ca4b585dc460 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 23 Apr 2021 15:01:18 +0300 Subject: Temporarily disabled "Show empty desktops minimized" option. This commit was not squashed so that it can be easily undone when issue #10 is solved. Signed-off-by: Mavridis Philippe --- src/komposelayout.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/komposelayout.cpp') diff --git a/src/komposelayout.cpp b/src/komposelayout.cpp index 4eeacf0..0c76598 100644 --- a/src/komposelayout.cpp +++ b/src/komposelayout.cpp @@ -47,10 +47,14 @@ KomposeLayout::~KomposeLayout() void KomposeLayout::setType( int t ) { + /* if ( t == TLAYOUT_TASKCONTAINERS && !KomposeSettings::instance()->getDynamicVirtDeskLayout() ) t = TLAYOUT_GENERIC; + layoutType = t; + */ + layoutType = TLAYOUT_GENERIC; } -- cgit v1.2.3