mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 23:31:29 +03:00
opt: DesktopTab tabs handle mouse wheel, add maxLabelWidth constraint, update cm
This commit is contained in:
@@ -124,6 +124,7 @@ class ConnectionManagerState extends State<ConnectionManager> {
|
||||
showMinimize: true,
|
||||
showClose: true,
|
||||
controller: serverModel.tabController,
|
||||
maxLabelWidth: 100,
|
||||
pageViewBuilder: (pageView) => Row(children: [
|
||||
Expanded(child: pageView),
|
||||
Consumer<ChatModel>(
|
||||
|
||||
Reference in New Issue
Block a user