Change initial app state to advanced mode (for now) (#2666)

This commit is contained in:
Johannes Klein
2025-02-15 10:52:18 +01:00
committed by GitHub
parent 574627fb6d
commit 6e00774357

View File

@@ -11,8 +11,8 @@ const createLayoutSlice = set => ( {
// Please put new stuff in this namespace so they will be saved to disk
layout: {
// Controls all all layouts related to default mode
isDefaultMode: true,
// Controls all layouts related to default mode
isDefaultMode: false,
setIsDefaultMode: newValue => set( state => ( {
layout: {
...state.layout,