Moved icon to the top

This commit is contained in:
Thorsten Sommer 2025-03-27 20:31:40 +01:00
parent ac8ebe8e35
commit ff6cc82b6e
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 6 additions and 4 deletions

View File

@ -4,6 +4,9 @@ require("icon")
-- The ID for this plugin:
ID = "43065dbc-78d0-45b7-92be-f14c2926e2dc"
-- The icon for the plugin:
ICON_SVG = SVG
-- The name of the plugin:
NAME = "MindWork AI Studio - German / Deutsch"
@ -40,5 +43,3 @@ DEPRECATION_MESSAGE = ""
UI_TEXT_CONTENT = {
HOME = CONTENT_HOME,
}
ICON_SVG = SVG

View File

@ -4,6 +4,9 @@ require("icon")
-- The ID for this plugin:
ID = "97dfb1ba-50c4-4440-8dfa-6575daf543c8"
-- The icon for the plugin:
ICON_SVG = SVG
-- The name of the plugin:
NAME = "MindWork AI Studio - US English"
@ -40,5 +43,3 @@ DEPRECATION_MESSAGE = ""
UI_TEXT_CONTENT = {
HOME = CONTENT_HOME,
}
ICON_SVG = SVG