Skip to content

Commit b20fc0a

Browse files
committed
UI updates.
1 parent 915015f commit b20fc0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webui/generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def _show_version(self) -> None:
120120
if not current_version:
121121
self.logger.warning("Can't get the current version of the package.")
122122
return
123+
st.write(f"`{current_version}`")
123124
if self.public:
124-
st.write(f"`{current_version}`")
125125
return
126126
if current_version != latest_version:
127127
st.warning(
@@ -542,6 +542,7 @@ def generate_map(self) -> None:
542542
self.status_container.info(
543543
f"Your position in the queue: {position}. Please wait...", icon="⏳"
544544
)
545+
self.status_container.info("Map generation started...", icon="🔄")
545546

546547
try:
547548
step = int(100 / (len(game.components) + 2))

0 commit comments

Comments
 (0)