macOS internationalization of xibs (#3409)

This commit is contained in:
SweetPPro
2022-07-18 01:04:32 +02:00
committed by GitHub
parent fe91f04351
commit 8724c3dc1a
218 changed files with 17289 additions and 60454 deletions

View File

@@ -8,6 +8,9 @@
@interface InfoOptionsViewController : NSViewController<InfoViewController>
- (NSRect)viewRect;
- (void)updateWindowLayout;
- (void)setInfoForTorrents:(NSArray<Torrent*>*)torrents;
- (void)updateInfo;
- (void)updateOptions;
@@ -28,4 +31,6 @@
- (IBAction)setPeersConnectLimit:(id)sender;
@property(nonatomic) IBOutlet NSView* fPriorityView;
@end