mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
UI: Add option to set fractional digits (#2419)
This commit is contained in:
@@ -192,6 +192,8 @@ export const Settings = {
|
||||
useEngineeringNotation: false,
|
||||
/** Whether to disable suffixes and always use exponential form (scientific or engineering). */
|
||||
disableSuffixes: false,
|
||||
/** The default amount of digits displayed after the decimal separator. */
|
||||
fractionalDigits: 3,
|
||||
/**
|
||||
* 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