This commit is contained in:
2026-03-15 11:45:11 +08:00
parent 619143323b
commit 668bfeda35
5 changed files with 39 additions and 12 deletions

View File

@@ -31,4 +31,5 @@ export interface WalletmanAppState {
showServerSettings: boolean;
settingsHost: string;
settingsPort: string;
settingsHttps: boolean;
}