mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 10:11:28 +03: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:
@@ -143,7 +143,7 @@ class _ConnectionTabPageState extends State<ConnectionTabPage> {
|
||||
body: DesktopTab(
|
||||
controller: tabController,
|
||||
onWindowCloseButton: handleWindowCloseButton,
|
||||
tail: const AddButton().paddingOnly(left: 10),
|
||||
tail: const AddButton(),
|
||||
pageViewBuilder: (pageView) => pageView,
|
||||
labelGetter: DesktopTab.tablabelGetter,
|
||||
tabBuilder: (key, icon, label, themeConf) => Obx(() {
|
||||
|
||||
Reference in New Issue
Block a user