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

Splash screen appears after run completed (Windows / Mac) #15

Closed andyjohnson0 closed 1 year ago

andyjohnson0 commented 1 year ago

When the dialog announcing the end of an extraction is closed, the splash screen is displayed.

andyjohnson0 commented 1 year ago

Splash is displayed in OnAppearing(). This is fired when the dialog is dismissed and the main window becomes the topmost window again. Add some bool state prevent subsequent displays.

andyjohnson0 commented 1 year ago

Fixed in v1.0