Skip to content

Commit

Permalink
More Mac Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stayradiated committed Oct 2, 2012
1 parent 14705b3 commit aa7171a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,9 @@ macWrapper = function(input) {
case "About Nitro":
cmd("about");
break;
case "Preferences":
cmd("prefs");
break;
}
}
/* ./plugins/filter.js */
Expand Down
3 changes: 3 additions & 0 deletions js/plugins/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,8 @@ macWrapper = function(input) {
case "About Nitro":
cmd("about");
break;
case "Preferences":
cmd("prefs");
break;
}
}

0 comments on commit aa7171a

Please sign in to comment.