mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
rm unused log
This commit is contained in:
parent
d6584386ff
commit
498a204c88
@ -33,7 +33,6 @@ declare module "@mui/material/styles" {
|
|||||||
let theme: Theme;
|
let theme: Theme;
|
||||||
|
|
||||||
export function refreshTheme(): void {
|
export function refreshTheme(): void {
|
||||||
console.log(Settings.theme.disabled);
|
|
||||||
theme = createTheme({
|
theme = createTheme({
|
||||||
colors: {
|
colors: {
|
||||||
hp: Settings.theme.hp,
|
hp: Settings.theme.hp,
|
||||||
@ -75,7 +74,6 @@ export function refreshTheme(): void {
|
|||||||
paper: Settings.theme.well,
|
paper: Settings.theme.well,
|
||||||
},
|
},
|
||||||
action: {
|
action: {
|
||||||
disabledBackground: Settings.theme.disabled,
|
|
||||||
disabled: Settings.theme.disabled,
|
disabled: Settings.theme.disabled,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user