mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +00:00
confirm connection tab close
This commit is contained in:
@@ -71,10 +71,10 @@ class _FileManagerTabPageState extends State<FileManagerTabPage> {
|
||||
backgroundColor: MyTheme.color(context).bg,
|
||||
body: DesktopTab(
|
||||
controller: tabController,
|
||||
onClose: () {
|
||||
onWindowCloseButton: () {
|
||||
tabController.clear();
|
||||
},
|
||||
tail: AddButton().paddingOnly(left: 10),
|
||||
tail: const AddButton().paddingOnly(left: 10),
|
||||
)),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user