From 00d2837484f47eaf2d6686c283db2877e113b9cd Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 2 Oct 2024 12:31:39 -0600 Subject: [PATCH] Hover mods --- js/main/setting_props.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/js/main/setting_props.js b/js/main/setting_props.js index ca3f4eff9..5b1fdf689 100644 --- a/js/main/setting_props.js +++ b/js/main/setting_props.js @@ -1254,6 +1254,16 @@ App.build_settings = () => { info: `Menu to show when clicking the Hover Button`, version: 1, }, + middle_click_hover_button: { + name: `Middle Click Hover`, + type: `menu`, + value: `close_tabs`, + info: `Command to run when middle clicking the Hover Button`, + version: 1, + setup: (key) => { + App.settings_cmdlist_single(key) + }, + }, hover_button_padding: { name: `Hover Button Padding`, type: `number`, @@ -2511,16 +2521,6 @@ App.build_settings = () => { App.settings_cmdlist_single(key) }, }, - middle_click_hover_button: { - name: `Middle Click Hover`, - type: `menu`, - value: `close_tabs`, - info: `Command to run when middle clicking the Hover Button`, - version: 1, - setup: (key) => { - App.settings_cmdlist_single(key) - }, - }, } add_props()