mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 01:34:46 +00:00
startupfeedback: Remove debug message
This commit is contained in:
parent
cd6d5172e2
commit
f2777c016f
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ MouseArea { // use mousearea to ensure clicks don't go behind
|
||||||
target: WindowPlugin.WindowUtil
|
target: WindowPlugin.WindowUtil
|
||||||
|
|
||||||
function onAppActivationStarted(appId, iconName) {
|
function onAppActivationStarted(appId, iconName) {
|
||||||
console.log(appId);
|
|
||||||
icon.source = iconName
|
icon.source = iconName
|
||||||
openAnimSimple.restart();
|
openAnimSimple.restart();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue