diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 000000000..149e0a180 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8d77e093b..38c3d1c88 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -70,7 +70,7 @@ compose.desktop { } linux { appCategory = "Programming" - menuGroup = "Processing" + menuGroup = "Development;Programming;" iconFile = rootProject.file("build/linux/processing.png") // Fix fonts on some Linux distributions jvmArgs("-Dawt.useSystemAAFontSettings=on")