Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.98k stars 444 forks source link

fix: don't change the topmost value of child windows #5330

Closed Nerixyz closed 3 months ago

Nerixyz commented 3 months ago

Changing the topmost value of a non-top-level window on Windows will cause the top-level window to have its value changed too. This would cause bugs when manually setting the topmost status on a window by right-clicking in the notebook and opening a dialog (e.g. the select-channel dialog), which would try to disable the topmost value (as the setting isn't set).

This should only affect Windows as we don't use Qt there, but might be good to test on other platforms as well.