File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171- (IBAction )openKofiPage : (id )sender ;
7272- (IBAction )openPatreonPage : (id )sender ;
7373
74+ - (IBAction )privacyPolicy : (id )sender ;
75+
7476- (IBAction )feedback : (id )sender ;
7577
7678- (void )initDefaults ;
Original file line number Diff line number Diff line change @@ -505,6 +505,10 @@ - (IBAction)openPatreonPage:(id)sender {
505505 [[NSWorkspace sharedWorkspace ] openURL: [NSURL URLWithString: @" https://www.patreon.com/kode54" ]];
506506}
507507
508+ - (IBAction )privacyPolicy : (id )sender {
509+ [[NSWorkspace sharedWorkspace ] openURL: [NSURL URLWithString: @" https://www.iubenda.com/privacy-policy/59859310" ]];
510+ }
511+
508512- (IBAction )feedback : (id )sender {
509513 NSString *version = [[NSBundle mainBundle ] objectForInfoDictionaryKey: @" CFBundleVersion" ];
510514
Original file line number Diff line number Diff line change 12501250 <menuItem isSeparatorItem =" YES" id =" 1100" >
12511251 <modifierMask key =" keyEquivalentModifierMask" command =" YES" />
12521252 </menuItem >
1253+ <menuItem title =" Privacy Policy..." id =" nb7-FW-egH" >
1254+ <modifierMask key =" keyEquivalentModifierMask" />
1255+ <connections >
1256+ <action selector =" privacyPolicy:" target =" 226" id =" c3c-kH-5sf" />
1257+ </connections >
1258+ </menuItem >
1259+ <menuItem isSeparatorItem =" YES" id =" 0ig-xg-gkg" />
12531260 <menuItem title =" Donate" id =" 751" >
12541261 <modifierMask key =" keyEquivalentModifierMask" />
12551262 <menu key =" submenu" title =" Donate" id =" kue-p2-G0Y" >
You can’t perform that action at this time.
0 commit comments