kalekje / LNCHR-pub

MIT License
25 stars 4 forks source link

tray icon not showing #8

Closed micjoh closed 10 months ago

micjoh commented 10 months ago

Tray icon (menu) is not showing in latest version. Previous version did show the tray icon.

kalekje commented 10 months ago

Interesting.. I tried moving the TrayIcon call around, changing the GUI settings, following this guide: https://www.autohotkey.com/boards/viewtopic.php?t=66010, but all to no avail. Will look into it a bit more and see.

micjoh commented 10 months ago

I commented out :

Include QuickTips.ah2 in LNCHR-main

and row 15 QuickTrayTip("failed to run:`n" s, tit:="LNCHR")

Tray icon is back - the quick help tool tip is working but not looking so nice (no themed)

kalekje commented 10 months ago

Ahh found it. Comment out line 2 in that file instead! Thanks, will update soon.

micjoh commented 10 months ago

Yeah found it too comment out #notrayicon :-)

works great now

kalekje commented 10 months ago

Done