From 1300c92a8f4252ab37b3532213cc8278c0439c8c Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 17 Jun 2019 21:02:40 +0300 Subject: [PATCH] restore Screens showing hiding --- shell/package/contents/configuration/pages/BehaviorConfig.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/package/contents/configuration/pages/BehaviorConfig.qml b/shell/package/contents/configuration/pages/BehaviorConfig.qml index 9cd3c4240..8b7147fb8 100644 --- a/shell/package/contents/configuration/pages/BehaviorConfig.qml +++ b/shell/package/contents/configuration/pages/BehaviorConfig.qml @@ -85,11 +85,11 @@ PlasmaComponents.Page { visible: true function updateScreens() { - /*if (universalSettings.screens.length > 1) { + if (universalSettings.screens.length > 1) { screenRow.visible = true; } else { screenRow.visible = false; - } */ + } screensModel.clear();