Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jul 31, 2019
1 parent d0b8405 commit 49ad7d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/browser/browser_win.cc
Expand Up @@ -411,8 +411,6 @@ void Browser::ShowAboutPanel() {
settings.message = aboutMessage;
settings.icon = image;
settings.type = electron::MessageBoxType::kInformation;
// TODO(erickzhao): make asynchronous to avoid blocking js code
// TODO(erickzhao): add icon (?)
electron::ShowMessageBoxSync(settings);
}

Expand Down

0 comments on commit 49ad7d5

Please sign in to comment.