From 065134e08edd727374f041358293b518783ccc1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaro=20Mart=C3=ADnez?= Date: Tue, 31 Dec 2024 13:47:09 -0500 Subject: [PATCH] Remove LoadVersion() from PropertiesWindow constructor --- RetroBar/PropertiesWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/RetroBar/PropertiesWindow.xaml.cs b/RetroBar/PropertiesWindow.xaml.cs index 60422c10..7f2a26a5 100644 --- a/RetroBar/PropertiesWindow.xaml.cs +++ b/RetroBar/PropertiesWindow.xaml.cs @@ -80,7 +80,6 @@ private PropertiesWindow(NotificationArea notificationArea, DictionaryManager di LoadLanguages(); LoadRows(); LoadThemes(); - LoadVersion(); LoadWidth(); Settings.Instance.PropertyChanged += Settings_PropertyChanged;