Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/app-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ const messages = defineMessages({
})

async function setupApp() {
stateInitialized.value = true
const {
native_decorations,
theme,
Expand Down Expand Up @@ -248,6 +247,7 @@ async function setupApp() {
themeStore.toggleSidebar = toggle_sidebar
themeStore.devMode = developer_mode
themeStore.featureFlags = feature_flags
stateInitialized.value = true

isMaximized.value = await getCurrentWindow().isMaximized()

Expand Down