mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 03:49:56 +08:00
feat(core): adjust offline mode description (#8365)
This commit is contained in:
@@ -114,7 +114,8 @@ export const AFFINE_FLAGS = {
|
|||||||
enable_offline_mode: {
|
enable_offline_mode: {
|
||||||
category: 'affine',
|
category: 'affine',
|
||||||
displayName: 'Offline Mode',
|
displayName: 'Offline Mode',
|
||||||
description: 'Enables offline mode.',
|
description:
|
||||||
|
'Enable Offline Mode, the affine client will disconnect from all network connections. You will not be able to use any online features. For testing only.',
|
||||||
configurable: isDesktopEnvironment,
|
configurable: isDesktopEnvironment,
|
||||||
defaultState: false,
|
defaultState: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user