mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
implemented async formats update.
This commit is contained in:
@@ -15,8 +15,11 @@ namespace GARbro.GUI
|
||||
if (string.IsNullOrEmpty (info.ReleaseNotes))
|
||||
this.ReleaseNotes.Visibility = Visibility.Collapsed;
|
||||
this.DataContext = info;
|
||||
this.Closed += (s, e) => IsClosed = true;
|
||||
}
|
||||
|
||||
public bool IsClosed { get; private set; }
|
||||
|
||||
private void Hyperlink_RequestNavigate (object sender, System.Windows.Navigation.RequestNavigateEventArgs e)
|
||||
{
|
||||
if (App.NavigateUri (e.Uri))
|
||||
|
||||
Reference in New Issue
Block a user