mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 11:21:28 +03:00
Fix. Android settings theme always show "Dark theme"
This commit is contained in:
@@ -349,6 +349,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Security", "安全"),
|
||||
("Theme", "主题"),
|
||||
("Dark Theme", "暗黑主题"),
|
||||
("Light Theme", ""),
|
||||
("Dark", "黑暗"),
|
||||
("Light", "明亮"),
|
||||
("Follow System", "跟随系统"),
|
||||
|
||||
Reference in New Issue
Block a user