Morph21

Results 25 comments of Morph21

Yea, im still planning on solving that problem but i'm not sure about best solution yet. Automatic change is not a solution here because you won't be able to put...

Does it work if you remove comma from search box?

I will in the next update but you can swap it for yourself. Check readme file inside mercury trade folder

You probably could change this (gameToFront function) ``` if (SystemUtils.IS_OS_WINDOWS) { WindowUtils.getAllWindows(false).forEach(window -> { char[] className = new char[512]; User32.INSTANCE.GetClassName(window.getHWND(), className, 512); if (Native.toString(className).equals("POEWindowClass")) { User32.INSTANCE.ShowWindow(window.getHWND(), 5); boolean isAtFront =...

But overall it's an hack, I have no idea right now how to make it work for multiple instances in a good way

you know that you can use /hideout macro in MT also? Just bind the shortcut. And here it's basically poe overlay fault for returning clipboard to the state which it...

What you mean by price-check item? MT does not have this function. Which additional addon do you use?

@mkamilli42 will that still works on different OS?

1, 2 - noted 3 - There is a problem with tooltips and overlay applications written in swing. Few versions earlier there were a tooltips but they could bug and...

@Xeverous 3 - was fixed in last release