remove stupid group, bad implementation, buggy, and not usable
This commit is contained in:
parent
58e4d66b44
commit
31eea1482b
16 changed files with 34 additions and 35 deletions
|
|
@ -16,10 +16,6 @@ class RdPlatformChannel {
|
|||
|
||||
final MethodChannel _osxMethodChannel =
|
||||
MethodChannel("org.rustdesk.rustdesk/macos");
|
||||
final MethodChannel _winMethodChannel =
|
||||
MethodChannel("org.rustdesk.rustdesk/windows");
|
||||
final MethodChannel _linuxMethodChannel =
|
||||
MethodChannel("org.rustdesk.rustdesk/linux");
|
||||
|
||||
/// Change the theme of the system window
|
||||
Future<void> changeSystemWindowTheme(SystemWindowTheme theme) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue