diff --git a/package.json b/package.json
index d3ca5a6..cd3743b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "wh3mm",
"productName": "wh3mm",
- "version": "1.37.4",
+ "version": "1.38.0",
"description": "WH3 Mod Manager",
"main": ".webpack/main",
"scripts": {
diff --git a/src/app.tsx b/src/app.tsx
index 483a917..7a0eee2 100644
--- a/src/app.tsx
+++ b/src/app.tsx
@@ -35,7 +35,10 @@ function render() {
>
- We're now subscribed to the mods, but there is a chance Steam won't download new mods while the - mod manager is running. Close the manager, wait for Steam to download the mods and import mods - agains if this takes more than 1 min. -
-
- Share the enabled mods and their load order. Pressing the button will copy some text into your
- clipboard, share that text with the other person.
+ {props.isOpen && (
+ <>
+
+ We're now subscribed to the mods, but there is a chance Steam won't download new mods while
+ the mod manager is running. Close the manager, wait for Steam to download the mods and import
+ mods agains if this takes more than 1 min.
+
+ Share the enabled mods and their load order. Pressing the button will copy some text into
+ your clipboard, share that text with the other person.
+
+ Import shared mods. Paste the exported text the other person has shared with you. This will
+ subscribe to, download and enable those mods.
- Import shared mods. Paste the exported text the other person has shared with you. This will - subscribe to, download and enable those mods. -
- - -