Skip to content

Commit

Permalink
run afterStartupCommand after startup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Sep 17, 2023
1 parent 445c528 commit dbf1777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AeroSpaceApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ struct AeroSpaceApp: App {
GlobalObserver.initObserver()
config.mainMode.activate()
refresh()
Task { await config.afterStartupCommand.run() }
}
}

Expand Down

0 comments on commit dbf1777

Please sign in to comment.