opening access token with js
This commit is contained in:
parent
4d49024d62
commit
61b195eebb
3 changed files with 55 additions and 1 deletions
|
@ -195,6 +195,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
- (void)openURL:(NSString *)url {
|
||||
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:url]];
|
||||
}
|
||||
|
||||
// Mentions window has been visible
|
||||
- (void)windowDidBecomeKey:(NSNotification *)notification {
|
||||
if ([notification object] == mentionsViewWindow) {
|
||||
|
|
Reference in a new issue