mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 08:11:28 +03:00
fix: mobile actions hide and mobile theme (#8447)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -569,8 +569,8 @@ class _SettingsState extends State<SettingsPage> with WidgetsBindingObserver {
|
||||
SettingsTile(
|
||||
title: Text(translate(
|
||||
Theme.of(context).brightness == Brightness.light
|
||||
? 'Dark Theme'
|
||||
: 'Light Theme')),
|
||||
? 'Light Theme'
|
||||
: 'Dark Theme')),
|
||||
leading: Icon(Theme.of(context).brightness == Brightness.light
|
||||
? Icons.dark_mode
|
||||
: Icons.light_mode),
|
||||
|
||||
Reference in New Issue
Block a user