refactor: remove zen mode from the app (#3337)
* refactor: remove zen mode from settings * refactor: remove zen mode from footer and options
This commit is contained in:
committed by
GitHub
parent
7201147b55
commit
65ef4db86f
@@ -49,7 +49,6 @@ export type SettingsDef = {
|
||||
EXPAND_NAVIGATION: boolean
|
||||
SIDEBAR: boolean
|
||||
SIDEBAR_ON_LEFT: boolean
|
||||
ZEN_MODE: boolean
|
||||
FONT_SIZE: HoppFontSize
|
||||
COLUMN_LAYOUT: boolean
|
||||
}
|
||||
@@ -76,7 +75,6 @@ export const getDefaultSettings = (): SettingsDef => ({
|
||||
EXPAND_NAVIGATION: true,
|
||||
SIDEBAR: true,
|
||||
SIDEBAR_ON_LEFT: true,
|
||||
ZEN_MODE: false,
|
||||
FONT_SIZE: "small",
|
||||
COLUMN_LAYOUT: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user