mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05:00
parent
3cf14971f2
commit
9d72d8d3f7
@ -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