This repository was archived by the owner on Oct 16, 2022. It is now read-only.
File tree 2 files changed +0
-25
lines changed
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -318,24 +318,11 @@ - (id)init {
318
318
319
319
#pragma mark - Help & Support
320
320
321
- - (IBAction )openSupport : (id )sender {
322
- NSString * subject = [@" Autoclick Support and Feedback" stringByAddingPercentEncodingWithAllowedCharacters: [NSCharacterSet URLQueryAllowedCharacterSet ]];
323
-
324
- NSURL * url = [
NSURL URLWithString: [
NSString stringWithFormat: @" mailto:[email protected] ?subject=%@ " , subject]];
325
-
326
- [[NSWorkspace sharedWorkspace ] openURL: url];
327
- }
328
-
329
321
- (IBAction )openGitHub : (id )sender {
330
322
NSURL *url = [NSURL URLWithString: @" https://github.com/inket/Autoclick" ];
331
323
[[NSWorkspace sharedWorkspace ] openURL: url];
332
324
}
333
325
334
- - (IBAction )openBuyMeACoffee : (id )sender {
335
- NSURL *url = [NSURL URLWithString: @" https://www.buymeacoffee.com/mahdibchatnia" ];
336
- [[NSWorkspace sharedWorkspace ] openURL: url];
337
- }
338
-
339
326
#pragma mark - Icon Handling
340
327
341
328
- (void )defaultIcon {
Original file line number Diff line number Diff line change 163
163
<modifierMask key =" keyEquivalentModifierMask" />
164
164
<menu key =" submenu" title =" Help" systemMenu =" help" id =" 491" >
165
165
<items >
166
- <menuItem title =" Support/Feedback…" id =" 708" >
167
- <modifierMask key =" keyEquivalentModifierMask" />
168
- <connections >
169
- <action selector =" openSupport:" target =" 494" id =" 709" />
170
- </connections >
171
- </menuItem >
172
166
<menuItem title =" GitHub…" id =" 0yI-q1-jqA" >
173
167
<modifierMask key =" keyEquivalentModifierMask" />
174
168
<connections >
175
169
<action selector =" openGitHub:" target =" 494" id =" Ie4-rJ-PBD" />
176
170
</connections >
177
171
</menuItem >
178
- <menuItem title =" Buy Me a Coffee…" id =" PYF-cz-L8C" >
179
- <modifierMask key =" keyEquivalentModifierMask" />
180
- <connections >
181
- <action selector =" openBuyMeACoffee:" target =" 494" id =" xXm-DC-bk8" />
182
- </connections >
183
- </menuItem >
184
172
</items >
185
173
</menu >
186
174
</menuItem >
You can’t perform that action at this time.
0 commit comments