diff options
Diffstat (limited to 'plugins/XSoundNotify/src/options.cpp')
-rw-r--r-- | plugins/XSoundNotify/src/options.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/options.cpp b/plugins/XSoundNotify/src/options.cpp index bab5567543..31237230fb 100644 --- a/plugins/XSoundNotify/src/options.cpp +++ b/plugins/XSoundNotify/src/options.cpp @@ -178,9 +178,11 @@ public: void onChange_Ignore(CCtrlCheck *)
{
+ if (!m_bInitialized)
+ return;
+
auto *p = ObtainData();
p->bIgnore = chkIgnore.GetState();
- NotifyChange();
}
void onClick_Choose(CCtrlButton *)
|