machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

Exclamation button in the status bar is not hidden when appropriate on Windows #548

Open machawk1 opened 2 years ago

machawk1 commented 2 years ago

questionmarkbutton

This "feature" is not yet in a WAIL for Windows binary.

machawk1 commented 2 years ago

The purpose of this button is to indicate if the URL in the primary text input box is in the local archive. Its value is correct ("!") but its position should be on the far right. Something is not aligning correctly between the platforms. Look to the constructor of the WAILStatusBar class.

machawk1 commented 2 years ago

When the call to WAILStatusBar.reposition() is disabled, the issue never occurs and the button never appears.

machawk1 commented 2 years ago

Preventing this from being displayed on Windows via a conditional for now, as it is not a critical UI component.