new: editor softWrap (#338)

This commit is contained in:
lollipopkit
2024-04-19 20:32:06 +08:00
parent 536b7f3b2c
commit 0f226b3620
15 changed files with 50 additions and 26 deletions

View File

@@ -272,6 +272,8 @@ class SettingStore extends PersistentStore {
/// 0 -> unset, 1 -> true, 2 -> false
late final inAppUpdate = property('inAppUpdate', 0);
late final editorSoftWrap = property('editorSoftWrap', isIOS);
// Never show these settings for users
//
// ------BEGIN------