Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: detect invalid or corrupted repository #2067

Merged
merged 4 commits into from
Mar 25, 2022
Merged

fix: detect invalid or corrupted repository #2067

merged 4 commits into from
Mar 25, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    2f3510f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9534a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ff30a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. fix: hide BrowserWindows before showing dialog

    on linux we show webui on startup because tray icon is not always
    available, and showDialog's blocking nature freezes it mid-load.
    
    What is worse, that broken BrowserWindow may be on top of the dialog,
    leaving user confused why everything froze.
    
    This solves the problem by hiding all windows before showing the final
    dialog
    lidel committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    6a64e98 View commit details
    Browse the repository at this point in the history