mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Enable track activity by default (#4710)
* enable track Activity by default * Add v0.26.0 release notes and update "Track Activity" label --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -301,7 +301,7 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
<BooleanSetting
|
||||
id="track-activity"
|
||||
headingID="config.ui.scene_player.options.track_activity"
|
||||
checked={ui.trackActivity ?? undefined}
|
||||
checked={ui.trackActivity ?? true}
|
||||
onChange={(v) => saveUI({ trackActivity: v })}
|
||||
/>
|
||||
<StringSetting
|
||||
|
||||
Reference in New Issue
Block a user