Skip to content

Commit

Permalink
App: Respect startup notify key for launching animation
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Oct 26, 2024
1 parent bc6ed8d commit fc08604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Dock.App : Object {
private const string APP_ACTION = "action.%s";

public signal void launched () {
if (!running) {
if (!running && app_info.get_boolean ("StartupNotify")) {
launching = true;

Timeout.add_seconds (10, () => {
Expand Down

0 comments on commit fc08604

Please sign in to comment.