mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00:00
dropdown menu for tabs that cannot be displayed (#7918)
* The visibility threshold is 75% * Used in remote, file transfer, port forward and cm Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -157,7 +157,7 @@ class ConnectionManagerState extends State<ConnectionManager> {
|
||||
controller: serverModel.tabController,
|
||||
selectedBorderColor: MyTheme.accent,
|
||||
maxLabelWidth: 100,
|
||||
tail: buildScrollJumper(),
|
||||
tail: null, //buildScrollJumper(),
|
||||
selectedTabBackgroundColor:
|
||||
Theme.of(context).hintColor.withOpacity(0),
|
||||
tabBuilder: (key, icon, label, themeConf) {
|
||||
|
||||
Reference in New Issue
Block a user