mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor and cleanup.
This commit is contained in:
@@ -53,8 +53,7 @@ public sealed class LicenseViewModel : ViewModelBase
|
||||
// TODO: Localize
|
||||
using Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("Aaru.Gui.LICENSE");
|
||||
|
||||
if(stream == null)
|
||||
return;
|
||||
if(stream == null) return;
|
||||
|
||||
using var reader = new StreamReader(stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user