showTitle default to false, change titlebar logo

This commit is contained in:
rustdesk
2023-02-10 15:05:35 +08:00
parent fb61a1707c
commit 9d88a06cdf
6 changed files with 4 additions and 43 deletions

View File

@@ -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,