feat: allow close tab when mouse middle button click (#5347)

* 偏好设置增加鼠标中键关闭标签页的设置
This commit is contained in:
Netfan
2025-01-10 20:52:31 +08:00
committed by GitHub
parent 624beb6fa0
commit b8bffd884c
11 changed files with 55 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ const defaultPreferences: Preferences = {
enable: true,
height: 38,
keepAlive: true,
middleClickToClose: false,
persist: true,
showIcon: true,
showMaximize: true,