fix(electron): offline mode description (#8586)

fix AF-1446
This commit is contained in:
pengx17 2024-10-24 03:07:42 +00:00
parent 3f0219a002
commit 8cbb7195fc
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -126,7 +126,7 @@ export const AFFINE_FLAGS = {
category: 'affine',
displayName: '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.',
'Stop Connecting to the Internet. Even with AFFiNE Cloud, enabling this toggle stops internet connection and keeps everything local, but syncing will be disabled.',
configurable: isDesktopEnvironment,
defaultState: false,
},