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:
21pages
2024-05-06 17:10:02 +08:00
committed by GitHub
parent 937cea5a01
commit f6223a6f71
5 changed files with 190 additions and 36 deletions

View File

@@ -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) {