mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add manual update notice for macOS, disable autoinstall (#1725)
This commit is contained in:
@@ -29,6 +29,12 @@ const ReleaseNotesModal = lazy(() =>
|
||||
})),
|
||||
);
|
||||
|
||||
const UpdateAvailableDialog = lazy(() =>
|
||||
import('./update-available-dialog').then((module) => ({
|
||||
default: module.UpdateAvailableDialog,
|
||||
})),
|
||||
);
|
||||
|
||||
const ipc = isElectron() ? window.api.ipc : null;
|
||||
|
||||
export const App = () => {
|
||||
@@ -118,6 +124,7 @@ export const App = () => {
|
||||
</WebAudioContext.Provider>
|
||||
<Suspense fallback={null}>
|
||||
<ReleaseNotesModal />
|
||||
<UpdateAvailableDialog />
|
||||
</Suspense>
|
||||
</MantineProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user