Apisit

Results 3 comments of Apisit

In file PanelController.m replace ``` NSRect screenRect = [[[NSScreen screens] objectAtIndex:0] frame]; ``` with ``` NSRect screenRect = [[NSScreen mainScreen] visibleFrame]; ``` it should work in both screens.

second this. It would be so much more convenient to be able to do that.

I think it's fine when deploying to private network with neo-local + neo-python. I have deployed a couple of smart contracts to the MainNet and it's a pain to have...