Skip to content

Commit

Permalink
Revert "Auto-Load Library in New Library on Release"
Browse files Browse the repository at this point in the history
This reverts commit 2be50f9.
  • Loading branch information
Alfagun74 committed Dec 7, 2023
1 parent 2be50f9 commit dab871d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gamevault/UserControls/NewLibraryUserControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ public NewLibraryUserControl()
this.DataContext = ViewModel;
InitTimer();
uiFilterYearTo.Text = DateTime.Now.Year.ToString();
#if RELEASE
if (Preferences.Get(AppConfigKey.LibStartup, AppFilePath.UserFile) == "1")
{
Search();
}
#endif
}
private async void Library_Loaded(object sender, RoutedEventArgs e)
{
Expand Down

0 comments on commit dab871d

Please sign in to comment.