Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Floating Toolbar?
#9
Editing System folder items is not recommended because the changes will be lost after reinstalling QM.

This macro allows to easily remove or add the toolbar, or change with another toolbar:
Code:
Copy      Help
sel list("Remove[]Add default[]Replace with a custom toolbar" "" "Add/remove QM floating toolbar")
,case 0 ret
,case 1 rset "" "Toolbar" "\Tools"
,case 2 rset "" "Toolbar" "\Tools" 0 -1
,case 3
,inp- _s "Toolbar name. Also can be a function."
,rset _s "Toolbar" "\Tools"

if(mes("Will be applied after restartying QM. Restart now?" "" "YN")='Y') shutdown -2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)