mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
chore: bump electron version (#7922)
This commit is contained in:
@@ -34,8 +34,8 @@ function main() {
|
||||
|
||||
// skip bootstrap setup for desktop onboarding
|
||||
if (
|
||||
window.appInfo?.windowName === 'onboarding' ||
|
||||
window.appInfo?.windowName === 'theme-editor'
|
||||
appInfo?.windowName === 'onboarding' ||
|
||||
appInfo?.windowName === 'theme-editor'
|
||||
) {
|
||||
performanceMainLogger.info('skip setup');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user