mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
follow system theme at startup and changing
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -25,6 +25,6 @@ void main(List<String> args) async {
|
||||
.add(Client(3, false, false, "UserD", "441123123", true, false, false));
|
||||
runApp(GetMaterialApp(
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: getCurrentTheme(),
|
||||
theme: MyTheme.initialTheme(),
|
||||
home: DesktopServerPage()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user