mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
* #1810 Truncate large numbers on buttons * Apply to card popovers as well Co-authored-by: Roland Karle <roland.karle@aufwind-group.de> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -135,6 +135,14 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
onChange={(v) => saveInterface({ menuItems: v })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<BooleanSetting
|
||||
id="abbreviate-counters"
|
||||
headingID="config.ui.abbreviate_counters.heading"
|
||||
subHeadingID="config.ui.abbreviate_counters.description"
|
||||
checked={ui.abbreviateCounters ?? undefined}
|
||||
onChange={(v) => saveUI({ abbreviateCounters: v })}
|
||||
/>
|
||||
</SettingSection>
|
||||
|
||||
<SettingSection headingID="config.ui.desktop_integration.desktop_integration">
|
||||
|
||||
Reference in New Issue
Block a user