Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Aug 18, 2023
1 parent 41f6d0f commit 48dd17f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion RemnantSaveGuardian/RemnantSaveGuardian.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Assets\256.ico</ApplicationIcon>
<AssemblyVersion>1.0.1.15</AssemblyVersion>
<AssemblyVersion>1.0.2.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion RemnantSaveGuardian/Views/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public SettingsPage(ViewModels.SettingsViewModel viewModel)
} catch (Exception ex) {
Logger.Error($"Error initializing settings page: {ex}");
}
Logger.Log(string.Join(", ", Loc.AvailableLocalizations()));
}

private void BtnCheckUpdate_Click(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit 48dd17f

Please sign in to comment.