mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
parent
13a71ff1c8
commit
1594e5f4e3
@ -243,6 +243,7 @@ AppKit::~AppKit()
|
||||
{
|
||||
[[[NSWorkspace sharedWorkspace] notificationCenter] removeObserver:static_cast<id>(self)];
|
||||
[[NSDistributedNotificationCenter defaultCenter] removeObserver:static_cast<id>(self)];
|
||||
[NSApp removeObserver:static_cast<id>(self) forKeyPath:@"effectiveAppearance"];
|
||||
[static_cast<id>(self) dealloc];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user