mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
parent
13a71ff1c8
commit
1594e5f4e3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue