diff --git a/src/main/menu.js b/src/main/menu.js
index b4d1506c..e9e38f04 100644
--- a/src/main/menu.js
+++ b/src/main/menu.js
@@ -97,23 +97,25 @@ export function setMenu(window) {
},
{
role: 'help',
- submenu: [{
- label: 'Community',
- click() {
- shell.openExternal('https://spectrum.chat/reflex-app')
- }
- }, {
- label: 'Report a Bug',
- click() {
- shell.openExternal('https://github.com/nwittwer/reflex/issues/new')
- }
- },
- {
- label: 'Follow on Twitter',
- click() {
- shell.openExternal('https://twitter.com/reflex_app')
+ submenu: [
+ // {
+ // label: 'Community',
+ // click() {
+ // shell.openExternal('https://spectrum.chat/reflex-app')
+ // }
+ // },
+ {
+ label: 'Report a Bug',
+ click() {
+ shell.openExternal('https://github.com/nwittwer/reflex/issues/new')
+ }
+ },
+ {
+ label: 'Follow on Twitter',
+ click() {
+ shell.openExternal('https://twitter.com/reflex_app')
+ }
}
- }
]
}
]
diff --git a/src/renderer/components/ArtboardControls.vue b/src/renderer/components/ArtboardControls.vue
deleted file mode 100644
index f8b8bf72..00000000
--- a/src/renderer/components/ArtboardControls.vue
+++ /dev/null
@@ -1,128 +0,0 @@
-
-