Add dev menu to import local backup

This commit is contained in:
ayumi-signal 2025-05-19 16:32:06 -07:00 committed by GitHub
commit c10d59458f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 41 additions and 89 deletions

View file

@ -26,6 +26,7 @@ const showCallingDevTools = stub();
const showKeyboardShortcuts = stub();
const showSettings = stub();
const showWindow = stub();
const stageLocalBackupForImport = stub();
const zoomIn = stub();
const zoomOut = stub();
const zoomReset = stub();
@ -233,6 +234,7 @@ describe('createTemplate', () => {
showKeyboardShortcuts,
showSettings,
showWindow,
stageLocalBackupForImport,
zoomIn,
zoomOut,
zoomReset,
@ -245,6 +247,7 @@ describe('createTemplate', () => {
development: false,
devTools: true,
includeSetup: false,
isNightly: false,
isProduction: true,
platform,
...actions,
@ -259,6 +262,7 @@ describe('createTemplate', () => {
development: false,
devTools: true,
includeSetup: true,
isNightly: false,
isProduction: true,
platform,
...actions,