diff --git a/src/renderer/views/pages/keybinds.ejs b/src/renderer/views/pages/keybinds.ejs index 83a64271..e0e24acf 100644 --- a/src/renderer/views/pages/keybinds.ejs +++ b/src/renderer/views/pages/keybinds.ejs @@ -170,6 +170,11 @@ Vue.component('keybinds-settings', { template: "#keybinds-settings", props: [], + data: function () { + return { + app: this.$root + } + }, methods: { keyBindUpdate: function (action) { const blur = document.createElement('div');