mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
showTitle default to false, change titlebar logo
This commit is contained in:
@@ -234,7 +234,7 @@ class DesktopTab extends StatelessWidget {
|
||||
Key? key,
|
||||
required this.controller,
|
||||
this.showLogo = true,
|
||||
this.showTitle = true,
|
||||
this.showTitle = false,
|
||||
this.showMinimize = true,
|
||||
this.showMaximize = true,
|
||||
this.showClose = true,
|
||||
|
||||
Reference in New Issue
Block a user