fix: Bug when opening another SQLite

This commit is contained in:
2026-07-06 09:50:23 +02:00
parent 06183bd5d4
commit 7b0a1ac832
5 changed files with 109 additions and 90 deletions
+2
View File
@@ -552,6 +552,8 @@ export function ResetAwardDefs():Promise<Array<award.Def>>;
export function ResetDatabaseToDefault():Promise<void>;
export function RestartApp():Promise<void>;
export function RestartQSORecorder():Promise<void>;
export function RotatorGoTo(arg1:number,arg2:number):Promise<void>;
+4
View File
@@ -1066,6 +1066,10 @@ export function ResetDatabaseToDefault() {
return window['go']['main']['App']['ResetDatabaseToDefault']();
}
export function RestartApp() {
return window['go']['main']['App']['RestartApp']();
}
export function RestartQSORecorder() {
return window['go']['main']['App']['RestartQSORecorder']();
}