jlwitthuhn / OpenCloudTools

Bobox
GNU General Public License v3.0
43 stars 0 forks source link

Can't close modals #5

Open jackTabsCode opened 5 days ago

jackTabsCode commented 5 days ago

In the latest release, opening a modal (such as viewing data from a key) opens it, but there is no way to close it. The program must be force quit. This is occurring on macOS Sequoia.

image
jlwitthuhn commented 5 days ago

Thanks for the report, I haven't tested this super-thoroughly on mac but it looks like the title bar is missing for some reason even though it shows up on windows. Ideally that window should be closable with the 'x' button like any other.

This is probably an unintended side-effect of me recently switching those dialogs from being 'Application Modal' to just 'Window Modal', which appears to have some unique behavior on macos.

Checking it out now, hope to have a fix ready and released by some time this weekend.

jackTabsCode commented 5 days ago

Thanks for the swift response.

jlwitthuhn commented 4 days ago

Just pushed a commit here that I think should fix it: https://github.com/jlwitthuhn/OpenCloudTools/commit/6e8b939ca58ae528ff6a56ee9b55fcc00a5924aa

Still need to do some testing to make sure I didn't break something else, but I should be able to get a release together in the next day or two.