mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-13 09:18:58 +08:00
check for updates - initial implementation.
This commit is contained in:
@@ -64,6 +64,7 @@ namespace GARbro.GUI
|
||||
if (this.Left < 0) this.Left = 0;
|
||||
InitDirectoryChangesWatcher();
|
||||
InitPreviewPane();
|
||||
InitUpdatesChecker();
|
||||
|
||||
if (null == Settings.Default.appRecentFiles)
|
||||
Settings.Default.appRecentFiles = new StringCollection();
|
||||
@@ -1478,6 +1479,7 @@ namespace GARbro.GUI
|
||||
public static readonly RoutedCommand SortBy = new RoutedCommand();
|
||||
public static readonly RoutedCommand Exit = new RoutedCommand();
|
||||
public static readonly RoutedCommand About = new RoutedCommand();
|
||||
public static readonly RoutedCommand CheckUpdates = new RoutedCommand();
|
||||
public static readonly RoutedCommand GoBack = new RoutedCommand();
|
||||
public static readonly RoutedCommand GoForward = new RoutedCommand();
|
||||
public static readonly RoutedCommand DeleteItem = new RoutedCommand();
|
||||
|
||||
Reference in New Issue
Block a user