feat: separate ssh term theme setting (#305)

This commit is contained in:
lollipopkit
2024-03-11 23:56:19 -06:00
parent f187bc6ccf
commit baffe6dbe0
4 changed files with 46 additions and 2 deletions

View File

@@ -259,6 +259,10 @@ class SettingStore extends PersistentStore {
/// Used for [DialogX.showPwdDialog]
late final rememberPwdInMem = property('rememberPwdInMem', true);
/// SSH Term Theme
/// 0: follow app theme, 1: light, 2: dark
late final termTheme = property('termTheme', 0);
// Never show these settings for users
//
// ------BEGIN------