mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 09:11:28 +03:00
follow system theme at startup and changing
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -33,7 +33,6 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final dark = isDarkTheme();
|
||||
RxBool fullscreen = false.obs;
|
||||
Get.put(fullscreen, tag: 'fullscreen');
|
||||
return Obx(() => DragToResizeArea(
|
||||
|
||||
Reference in New Issue
Block a user