From cbc961b7c47d6d4703ae72d143f63a65fdbc7d0b Mon Sep 17 00:00:00 2001 From: Carl Date: Fri, 5 Jun 2026 12:11:05 +0200 Subject: [PATCH] Removed uneeded variables. --- webui.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/webui.py b/webui.py index 573758b..d77cf93 100644 --- a/webui.py +++ b/webui.py @@ -91,13 +91,10 @@ def creator_page(): no_new_ai = ui.checkbox("Disable Becoming AI Controlled") vwrap = ui.checkbox("North South Wrapping") hwrap = ui.checkbox("East West Wrapping") - description_container = ui.row() - toggle_container = ui.row() - # TODO: Are these containers still needed? - with toggle_container: + with ui.row(): event_rarity = ui.toggle({1: "Common", 2: "Rare"}, value=1) random_map = ui.toggle([10, 15, 20], value=15) - with description_container: + with ui.row(): ui.label("Event Rarity") # TODO: Fix Padding ui.label("Provinces per player:")