inucat / win-LOKI_Keyboard_Indicator

Lightweight & Open source Keyboard Indicator for Windows★Windows用・軽量・オープンソースなキーボードインジケータです。
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Preference is currently not saved without explicit app termination #1

Closed inucat closed 3 years ago

inucat commented 3 years ago

As of now, preferences made is saved only when the users quit the app via its menu.

Shutdown seems to close the app without sending WM_CLOSE to it, and that is the reason.

This bug is expected to be fixed within a few days.

inucat commented 3 years ago

Windows issues the message WM_QUERYENDSESSION when the shutdown or sign out process begins.

The app v0.3.1 now catches it, and then saves the preferences.

Therefore this issue has been effectively solved now.