mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
Fix. Custom client, maxmize of incoming only (#7406)
* Fix. Custom client, maxmize of incoming only Signed-off-by: fufesou <shuanglongchen@yeah.net> * format Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -3131,3 +3131,8 @@ Size getIncomingOnlyHomeSize() {
|
||||
Size getIncomingOnlySettingsSize() {
|
||||
return Size(768, 600);
|
||||
}
|
||||
|
||||
bool isInHomePage() {
|
||||
final controller = Get.find<DesktopTabController>();
|
||||
return controller.state.value.selected == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user