Wrinkler button disappear when not active
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import ToggleWrinklerButtons from '../Config/Toggles/ToggleWrinklerButtons';
|
||||
import { CMOptions } from '../Config/VariablesAndData';
|
||||
import { Beautify } from './BeautifyAndFormatting/BeautifyFormatting';
|
||||
import UpdateBuildings from './BuildingsUpgrades/Buildings';
|
||||
@@ -52,6 +53,9 @@ export default function Draw() {
|
||||
// Change menu refresh interval
|
||||
RefreshMenu();
|
||||
|
||||
// Update display of wrinkler buttons, this checks if Elder Pledge has been bought and if they should be disabled
|
||||
ToggleWrinklerButtons();
|
||||
|
||||
// Replace Cookies counter because Orteil uses very weird code to "pad" it...
|
||||
if (CMOptions.Scale) {
|
||||
let str = l('cookies').innerHTML.replace(
|
||||
|
||||
Reference in New Issue
Block a user