opt.: global server logo url & new {BRIGHT} param

This commit is contained in:
lollipopkit
2024-05-12 15:17:59 +08:00
parent 6b5f98cb2d
commit 248430e5b0
15 changed files with 69 additions and 2 deletions

View File

@@ -274,6 +274,9 @@ class SettingStore extends PersistentStore {
/// ssh page
late final sshWakeLock = property('sshWakeLock', true);
/// fmt: https://example.com/{DIST}-{BRIGHT}.png
late final serverLogoUrl = property('serverLogoUrl', '');
// Never show these settings for users
//
// ------BEGIN------