mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Desktop integration (#2073)
* Open stash in system tray on Windows/MacOS * Add desktop notifications * MacOS Bundling * Add binary icon Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e48b2ba3e8
commit
0e514183a7
@@ -93,6 +93,13 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
checked={iface.noBrowser ?? undefined}
|
||||
onChange={(v) => saveInterface({ noBrowser: v })}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="notifications-enabled"
|
||||
headingID="config.ui.desktop_integration.notifications_enabled"
|
||||
subHeadingID="config.ui.desktop_integration.send_desktop_notifications_for_events"
|
||||
checked={iface.notificationsEnabled ?? undefined}
|
||||
onChange={(v) => saveInterface({ notificationsEnabled: v })}
|
||||
/>
|
||||
</SettingSection>
|
||||
|
||||
<SettingSection headingID="config.ui.scene_wall.heading">
|
||||
|
||||
Reference in New Issue
Block a user