From 5d24cc45a3f0e90023b95f8e06ecabb4d987fedc Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:41:57 +0200 Subject: [PATCH] config options: remove image viewer --- .config/quickshell/modules/common/ConfigOptions.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index c004748e2..230dfa4c8 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -31,7 +31,6 @@ Singleton { property QtObject apps: QtObject { property string bluetooth: "kcmshell6 kcm_bluetooth" - property string imageViewer: "loupe" property string network: "plasmawindowed org.kde.plasma.networkmanagement" property string networkEthernet: "kcmshell6 kcm_networkmanagement" property string settings: "systemsettings"