mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
put video_handler thread & update android build
This commit is contained in:
@@ -271,7 +271,7 @@ _keepScaleBuilder() {
|
||||
}
|
||||
|
||||
_registerEventHandler() {
|
||||
if (desktopType != DesktopType.main) {
|
||||
if (isDesktop && desktopType != DesktopType.main) {
|
||||
platformFFI.registerEventHandler('theme', 'theme', (evt) async {
|
||||
String? dark = evt['dark'];
|
||||
if (dark != null) {
|
||||
|
||||
Reference in New Issue
Block a user