started setting up the VPN status & checking for permissions
This commit is contained in:
parent
5ae3d37243
commit
42590eaf00
12 changed files with 140 additions and 19 deletions
14
Apple/App/AppDelegate.swift
Normal file
14
Apple/App/AppDelegate.swift
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#if os(macOS)
|
||||
import AppKit
|
||||
import FluidMenuBarExtra
|
||||
|
||||
class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
private var menuBarExtra: FluidMenuBarExtra?
|
||||
|
||||
func applicationDidFinishLaunching(_ notification: Notification) {
|
||||
self.menuBarExtra = FluidMenuBarExtra(title: "Burrow", systemImage: "network.badge.shield.half.filled") {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue