fix: linux duplicated title bar (#462)

Fixes #459
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-15 17:38:30 +08:00
committed by GitHub
parent f7d6c461dc
commit c988dd88d7
12 changed files with 122 additions and 43 deletions

View File

@@ -170,7 +170,7 @@ class Backup {
}
Pros.reload();
RNodes.app.build();
RNodes.app.notify();
_logger.info('Restore success');
}

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1011;
static const int build = 1014;
static const int script = 50;
}