{
diff --git a/src/games/ai-story/assets/config.yml b/src/games/ai-story/assets/config.yml
new file mode 100644
index 0000000..101d13b
--- /dev/null
+++ b/src/games/ai-story/assets/config.yml
@@ -0,0 +1 @@
+isApp: true
\ No newline at end of file
diff --git a/src/games/storywriter/assets/config.yml b/src/games/storywriter/assets/config.yml
new file mode 100644
index 0000000..101d13b
--- /dev/null
+++ b/src/games/storywriter/assets/config.yml
@@ -0,0 +1 @@
+isApp: true
\ No newline at end of file
diff --git a/src/games/storywriter/components/chat-sidebar.tsx b/src/games/storywriter/components/chat-sidebar.tsx
index 178d0df..57c3769 100644
--- a/src/games/storywriter/components/chat-sidebar.tsx
+++ b/src/games/storywriter/components/chat-sidebar.tsx
@@ -437,29 +437,51 @@ export const ChatPanel = ({ visible }: { visible: boolean }) => {
{!isLoading && canEdit && (
- {currentWorld?.chatOnly && (
-
+ {isEditing ? (
+ <>
+
+
+ >
+ ) : (
+ <>
+ {currentWorld?.chatOnly && (
+
+ )}
+
+
+ >
)}
-
-
)}
@@ -482,23 +504,6 @@ export const ChatPanel = ({ visible }: { visible: boolean }) => {
}
}}
/>
-
-
-
-
) : (
<>