Add log message while I'm here

This commit is contained in:
David Baker 2025-06-04 16:15:08 +01:00
parent 8f24f45090
commit 2e039f4bab

View File

@ -61,6 +61,7 @@ const safeStorageBackendMap: Omit<
};
function relaunchApp(): void {
console.info("Relaunching app...");
app.relaunch();
app.exit();
}