opt.: close after saving (#684)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-01-29 15:10:50 +08:00
committed by GitHub
parent dbbb10364b
commit 9e5babec76
31 changed files with 181 additions and 65 deletions

View File

@@ -238,6 +238,9 @@ class SettingStore extends HiveStore {
/// Run foreground service on Android, if the SSH terminal is running
late final fgService = propertyDefault('fgService', false);
/// Close the editor after saving
late final closeAfterSave = propertyDefault('closeAfterSave', false);
// Never show these settings for users
//
// ------BEGIN------