andyjohnson0 / TakeoutExtractor

Extract content files from a Google Takeout archive, rename files with a consistent naming scheme and add missing metadata. Runs on Windows and MacOS.
Other
12 stars 2 forks source link

Main gui window not busied while extraction is running #1

Closed andyjohnson0 closed 1 year ago

andyjohnson0 commented 2 years ago

The main gui window should be busied (or disabled) while the extraction process is running. This doesn't happen.

andyjohnson0 commented 2 years ago

Main window is actually disabled at start of extraction and re-enabled et end. However this seems to have no effect. Probably caused by one of two maui issues:

IsEnabled not working properly for layout #4755 https://github.com/dotnet/maui/issues/4755

Propagate IsEnabled property from Layouts to children #6892 https://github.com/dotnet/maui/pull/6892

andyjohnson0 commented 1 year ago

Fixed in v0.8