add More button for network config on sidebar

This commit is contained in:
end-4
2024-06-19 21:06:03 +07:00
parent f4b223879a
commit 18dcdfaa49
3 changed files with 16 additions and 4 deletions
@@ -135,7 +135,7 @@ export default (props) => {
hpack: 'center',
className: 'txt-small txt sidebar-centermodules-bottombar-button',
onClicked: () => {
execAsync(userOptions.apps.bluetooth).catch(print);
execAsync(['bash', '-c', userOptions.apps.bluetooth]).catch(print);
closeEverything();
},
label: 'More',