File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 - name : Install Linux dependencies
148148 run : |
149149 sudo apt-get update -y
150- sudo apt-get install -y ninja-build libgtk-3-dev libasound2-dev libmpv-dev
150+ sudo apt-get install -y libayatana-appindicator3-dev ninja-build libgtk-3-dev libasound2-dev libmpv-dev
151151
152152 - name : Install dependencies
153153 run : flutter pub get
Original file line number Diff line number Diff line change @@ -23,15 +23,4 @@ class AppDelegate: FlutterAppDelegate {
2323 }
2424 return true
2525 }
26-
27- override func applicationShouldHandleReopen( _ sender: NSApplication , hasVisibleWindows flag: Bool ) -> Bool {
28- // When the user clicks the Dock icon, show the main window again.
29- if !flag {
30- for window in NSApp . windows {
31- window. makeKeyAndOrderFront ( self )
32- }
33- NSApp . activate ( ignoringOtherApps: true )
34- }
35- return true
36- }
3726}
You can’t perform that action at this time.
0 commit comments