Tray: Add left click hide/show feature (#404)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Diego Parra
2024-04-09 04:23:34 +02:00
committed by GitHub
parent 6ed59332d1
commit 8c6941b8e9
3 changed files with 12 additions and 2 deletions

View File

@@ -83,6 +83,12 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
invisible: () => isMac,
disabled: () => Settings.store.tray === false
},
{
key: "clickTrayToShowHide",
title: "Hide/Show on tray click",
description: "Left clicking tray icon will toggle the vesktop window visibility.",
defaultValue: false
},
{
key: "disableMinSize",
title: "Disable minimum window size",