new: setting of editor highlight

This commit is contained in:
lollipopkit
2023-10-12 13:28:01 +08:00
parent a43a000c68
commit 7388ad4524
13 changed files with 70 additions and 4 deletions

View File

@@ -212,6 +212,9 @@ class SettingStore extends PersistentStore {
false,
);
/// The performance of highlight is bad
late final editorHighlight = StoreProperty(box, 'editorHighlight', true);
// Never show these settings for users
//
// ------BEGIN------