Skip to content

Commit 8075424

Browse files
committed
Hide kiwi clicker banner when mods are installed
1 parent 39b4f44 commit 8075424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/states/main_menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class MainMenuState extends GameState {
7474
!G_IS_STEAM_DEMO &&
7575
/** @type { PlatformWrapperImplElectron}*/ (this.app.platformWrapper).dlcs.puzzle);
7676

77-
const showKiwiClicker = this.app.settings.getSetting("showKiwiClicker");
77+
const showKiwiClicker = this.app.settings.getSetting("showKiwiClicker") && MODS.mods.length === 0;
7878

7979
const bannerHtml = `
8080
<h3>${T.demoBanners.titleV2}</h3>

0 commit comments

Comments
 (0)