mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: broken UI and windows on macOS Sonoma (#6016)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user