mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Allow disabling of window launch animation
This commit is contained in:
@@ -1524,7 +1524,8 @@ const taskbarAppIcon = new Lang.Class({
|
||||
break;
|
||||
|
||||
case "LAUNCH":
|
||||
this.animateLaunch();
|
||||
if(this._dtpSettings.get_boolean('animate-window-launch'))
|
||||
this.animateLaunch();
|
||||
this.app.open_new_window(-1);
|
||||
break;
|
||||
|
||||
@@ -1579,7 +1580,8 @@ const taskbarAppIcon = new Lang.Class({
|
||||
}
|
||||
}
|
||||
else {
|
||||
this.animateLaunch();
|
||||
if(this._dtpSettings.get_boolean('animate-window-launch'))
|
||||
this.animateLaunch();
|
||||
this.app.open_new_window(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user