opt.: ssh

This commit is contained in:
lollipopkit
2024-04-23 00:36:44 +08:00
parent 4044f43808
commit d312b783e9
15 changed files with 82 additions and 12 deletions

View File

@@ -267,6 +267,10 @@ class SettingStore extends PersistentStore {
late final editorSoftWrap = property('editorSoftWrap', isIOS);
late final sshTermHelpShown = property('sshTermHelpShown', false);
late final horizonVirtKey = property('horizonVirtKey', false);
// Never show these settings for users
//
// ------BEGIN------