mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-02-17 16:12:26 +08:00
misc: remove swiftui toolbar
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
//
|
||||
// ClashX_DashboardApp.swift
|
||||
// ClashX Dashboard
|
||||
//
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import ClashX_Dashboard
|
||||
|
||||
//@main
|
||||
struct ClashX_DashboardApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
DashboardView()
|
||||
}
|
||||
.commands {
|
||||
SidebarCommands()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user