mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 00:46:12 +02:00
Make sure date plugin updates when settings change
This commit is contained in:
@@ -54,4 +54,9 @@ internal class DatePlugin : Plugin
|
||||
{
|
||||
themeChanged = true;
|
||||
}
|
||||
|
||||
public override void OnSettingsChanged()
|
||||
{
|
||||
themeChanged = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user