opt.: write script to server tip

This commit is contained in:
lollipopkit
2024-06-09 13:57:02 +08:00
parent e5ef28415b
commit edceb5900e
19 changed files with 60 additions and 32 deletions

View File

@@ -54,4 +54,7 @@ class HistoryStore extends PersistentStore {
late final sftpLastPath = _MapHistory(box: box, name: 'sftpLastPath');
late final sshCmds = _ListHistory(box: box, name: 'sshCmds');
/// Notify users that this app will write script to server to works properly
late final writeScriptTipShown = property('writeScriptTipShown', false);
}