feat(core): adjust offline mode description (#8365)

This commit is contained in:
EYHN
2024-09-24 05:58:15 +00:00
parent a99b7fd857
commit 73876f60fc

View File

@@ -114,7 +114,8 @@ export const AFFINE_FLAGS = {
enable_offline_mode: {
category: 'affine',
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,
defaultState: false,
},