fix radio cancellation error on double click (#1419)

This commit is contained in:
jeffvli
2026-01-01 20:40:24 -08:00
parent 55cead87c8
commit e406b27170
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ declare global {
interface Window {
api: PreloadApi;
electron: ElectronAPI;
queryLocalFonts?: () => Promise<Font[]>;
LEGACY_AUTHENTICATION?: boolean;
queryLocalFonts?: () => Promise<Font[]>;
SERVER_LOCK?: boolean;
SERVER_NAME?: string;
SERVER_TYPE?: ServerType;