Skip to content

Commit 4b7cd72

Browse files
committed
Revert "Convert settings button to menu button"
This reverts commit 9588bc7.
1 parent 9588bc7 commit 4b7cd72

File tree

12 files changed

+885
-1273
lines changed

12 files changed

+885
-1273
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
extends: '@antfu',
33
rules: {
4-
'@typescript-eslint/consistent-type-imports': ['error', { prefer: 'type-imports', fixStyle: 'inline-type-imports' }],
54
'no-console': 'off',
65
'vue/attribute-hyphenation': 'off',
76
'vue/v-on-event-hyphenation': 'off',

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
"redaxios": "^0.5.1",
2222
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
2323
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
24-
"vue": "^3.3.4",
25-
"vue-selectable-items": "^1.0.0",
26-
"wowerlay": "1.0.0-beta.4"
24+
"vue": "^3.2.45"
2725
},
2826
"files": [
2927
"README.md",

0 commit comments

Comments
 (0)