This commit is contained in:
Thorsten Sommer 2023-01-22 14:20:40 +01:00
parent a19720f98d
commit 7a742a18e7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -12,7 +12,7 @@ internal static class AppEvents
WhenTranslationChanged = null;
}
#region Event: Settings were
#region Event: Settings changed
internal static event EventHandler? WhenSettingsChanged;