Skip to content

Commit f24fc5d

Browse files
authored
fix: set codeContainerFull to true by default
1 parent 1d1f450 commit f24fc5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/composables/useSettings.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export interface AppSettings {
3838
/** Automatically open the web auth page in the browser */
3939
autoOpenURL: boolean
4040
}
41-
codeContainerFull: boolean
41+
/** Container width on code page */
42+
codeContainerFull: true
4243
sidebar: {
4344
collapsed: string[]
4445
}

0 commit comments

Comments
 (0)