Hi surferdude,
re:
> Perhaps I've found a bug, If I use this script - script: /* Toggle browser pane on/off */
> moi.ui.showBrowserPane = !moi.ui.showBrowserPane; or this- script: /* Toggle between
> opposite and inline browser modes */ moi.ui.browserPosition = (moi.ui.browserPosition
> == 'Inside' ? 'Opposite' : 'Inside');
>
> and press the hotkey several times Moi freezes completely.
It definitely sounds like a bug, thanks for reporting it.
What operating system are you running on?
- Michael
|