fix: broken UI and windows on macOS Sonoma (#6016)

This commit is contained in:
Cœur
2023-09-26 04:48:23 +02:00
committed by GitHub
parent c9dc4ce752
commit c6b1d8851f
12 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ typedef NS_ENUM(NSUInteger, LevelButtonLevel) {
static NSTimeInterval const kUpdateSeconds = 0.75;
@interface MessageWindowController ()
@interface MessageWindowController ()<NSWindowRestoration>
@property(nonatomic) IBOutlet NSTableView* fMessageTable;