🔥 Remove configuration menu settings

This commit is contained in:
Tw93
2024-04-28 17:47:12 +08:00
parent 7b94f5ba78
commit 750efe9bff
12 changed files with 26 additions and 282 deletions

3
bin/types.ts vendored
View File

@@ -27,9 +27,6 @@ export interface PakeCliOptions {
// Custom User-Agent, default off
userAgent: string;
// Enable menu bar, default on for macOS, off for Windows and Linux
showMenu: boolean;
// Enable system tray, default off for macOS, on for Windows and Linux
showSystemTray: boolean;