Merge pull request #6768 from electron/felix-set-progress

Enable mode indication for setProgressBar
This commit is contained in:
Cheng Zhao 2016-08-09 20:58:07 +09:00 committed by GitHub
commit 81244c2221
11 changed files with 72 additions and 20 deletions

View file

@ -35,7 +35,7 @@ class TaskbarHost {
HWND window, const std::vector<ThumbarButton>& buttons);
// Set the progress state in taskbar.
bool SetProgressBar(HWND window, double value);
bool SetProgressBar(HWND window, double value, const std::string& mode);
// Set the overlay icon in taskbar.
bool SetOverlayIcon(