mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-02 11:26:30 -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…
x
Reference in New Issue
Block a user