File tree Expand file tree Collapse file tree
shell-launcher-applet/package Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,9 @@ Loader {
126126 enabled: ! root .desktopId .startsWith (" internal/folders/" ) && ! DesktopIntegration .appIsCompulsoryForDesktop (root .desktopId )
127127 text: qsTr (" Uninstall" )
128128 onTriggered: {
129- LauncherController .visible = false
129+ if (LauncherController .currentFrame !== " FullscreenFrame" ){
130+ LauncherController .visible = false
131+ }
130132 confirmUninstallDlg .appName = root .display
131133 confirmUninstallDlg .appId = root .desktopId
132134 confirmUninstallDlg .icon = root .iconName
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ AppletItem {
216216 return ;
217217 }
218218 if (! active && ! DebugHelper .avoidHideWindow ) {
219- LauncherController .hideWithTimer ()
219+ // LauncherController.hideWithTimer()
220220 }
221221 }
222222
You can’t perform that action at this time.
0 commit comments