Hi 3image, you can set that up right now if you want - edit the file GeneralOptions.htm which is in the ui sub-folder, then near the end of the file after the edit ini file button insert a new button, so it looks like this:
code:
<moi:PushButton onclick="moi.settings.editIniFile();"><moi:Text textid="Edit .ini file button"/></moi:PushButton>
<moi:PushButton style="margin-left:0.5em;" onclick="moi.filesystem.shellExecute( moi.filesystem.getCommandsDir() );">Open commands folder</moi:PushButton>
</body>
</html>
Hopefully that should work on Mac too, I didn't test it there yet though.
- Michael
|