Mikael Ellingsen

Results 2 issues of Mikael Ellingsen

Based on issues: https://github.com/lokalise/i18n-ally/issues/779 https://github.com/lokalise/i18n-ally/issues/780 Description: There's an issue when using symbols like dot in prefix, ie `{fileNameWithoutExt}.` ![image](https://github.com/lokalise/i18n-ally/assets/13079592/1fcaa589-7690-4ff4-9b43-6b2a0695754e) It does not work because **Keygen Case style** overwrites it: ![image](https://github.com/lokalise/i18n-ally/assets/13079592/914f03e4-77e5-471c-9f7e-213042510508)...

@HelgeffegleH `SendMessage, WM_SETICON:=0x80, ICON_SMALL:=0, % LoadPicture(A_WorkingDir "\icon.ico", "Icon1", isIcon),, ahk_id %id%` ✅ `SendMessage, WM_SETICON:=0x80, ICON_BIG:=1, % LoadPicture(A_WorkingDir "\icon.ico", "Icon2", isIcon),, ahk_id %id%` ❌ See forum thread, pretty sure this is...