aaroncox / anchor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dock.hide() Throws Error on Windows

caleblogan opened this issue · comments

In main.dev hide is being called before dock is defined throwing an error. I think this issue is specific to windows. https://github.com/aaroncox/anchor/blob/master/app/main/main.dev.js#L74

Good catch, that might need to be wrapped in a check for macOS. I had figured that also applied to the taskbar on windows.