plugins/desktopchangeosd: hide osd when Overview effect is active
This commit is contained in:
parent
5fc009d64a
commit
51c517f2b8
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ PlasmaCore.Dialog {
|
|||
}
|
||||
|
||||
function show() {
|
||||
if (Workspace.isEffectActive("overview")) {
|
||||
return;
|
||||
}
|
||||
const index = Workspace.desktops.indexOf(Workspace.currentDesktop);
|
||||
if (dialogItem.currentIndex === index) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue