changed styling

This commit is contained in:
2024-11-11 18:35:00 +02:00
parent 4d561b050b
commit f705886d41
7 changed files with 47 additions and 30 deletions

View File

@@ -92,7 +92,7 @@ export const MessageDisplay = ({ htmlContent, isReply }) => {
if (res) {
const { service, name, identifier, path } = res;
executeEvent("addTab", { data: { service, name, identifier, path } });
executeEvent("open-dev-mode", { });
executeEvent("open-apps-mode", { });
}
}