Hide kiwi clicker banner when mods are installed

This commit is contained in:
tobspr 2022-06-25 10:17:30 +02:00
parent 39b4f44018
commit 80754247a1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export class MainMenuState extends GameState {
!G_IS_STEAM_DEMO &&
/** @type { PlatformWrapperImplElectron}*/ (this.app.platformWrapper).dlcs.puzzle);
const showKiwiClicker = this.app.settings.getSetting("showKiwiClicker");
const showKiwiClicker = this.app.settings.getSetting("showKiwiClicker") && MODS.mods.length === 0;
const bannerHtml = `
<h3>${T.demoBanners.titleV2}</h3>