앱 버전표시
This commit is contained in:
@@ -4,6 +4,7 @@ import {
|
||||
type DesktopUpdatePhase,
|
||||
type DesktopUpdateProgress,
|
||||
} from './bridge/updater';
|
||||
import { scheduleMainWindowTitleSync } from './setMainWindowTitle';
|
||||
import '@frontend/App.css';
|
||||
|
||||
const PHASE_LABEL: Record<DesktopUpdatePhase, string> = {
|
||||
@@ -143,6 +144,7 @@ export function StartupUpdateGate({ children }: { children: React.ReactNode }) {
|
||||
if (result.phase === 'error') {
|
||||
console.warn('[startup-update]', result.message);
|
||||
}
|
||||
scheduleMainWindowTitleSync();
|
||||
setReady(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user