mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 22:07:06 +02:00
UI: Add settings to change currency symbol and whether to show it after money value (#2453)
This commit is contained in:
committed by
GitHub
parent
366c44d5c2
commit
afddd284fc
@@ -196,6 +196,10 @@ export const Settings = {
|
||||
disableSuffixes: false,
|
||||
/** The default amount of digits displayed after the decimal separator. */
|
||||
fractionalDigits: 3,
|
||||
/** Currency symbol used for displaying money. */
|
||||
CurrencySymbol: "$",
|
||||
/** Whether to show the currency symbol after the money value. */
|
||||
CurrencySymbolAfterValue: false,
|
||||
/**
|
||||
* Player-defined key bindings. Don't use this property directly. It must be merged with DefaultKeyBindings in
|
||||
* src\utils\KeyBindingUtils.ts.
|
||||
|
||||
Reference in New Issue
Block a user