We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc27ec commit c591835Copy full SHA for c591835
1 file changed
mimeapp-gui/manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "mimeapp-gui",
3
"name": "MimeApp GUI",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"minNoctaliaVersion": "4.1.2",
6
"author": "Mathew-D",
7
"license": "MIT",
@@ -16,7 +16,8 @@
16
"entryPoints": {
17
"main": "Main.qml",
18
"barWidget": "BarWidget.qml",
19
- "panel": "Panel.qml"
+ "panel": "Panel.qml",
20
+ "controlCenterWidget": "ControlCenterWidget.qml"
21
},
22
"dependencies": {
23
"plugins": []
0 commit comments