Skip to content

Commit

Permalink
Fix signature of isKioskInternal
Browse files Browse the repository at this point in the history
Fix #7258
  • Loading branch information
rogerwang committed Dec 7, 2019
1 parent 959eee5 commit 0181cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/nw_current_window_internal.idl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace nw.currentWindowInternal {
static void enterKioskModeInternal(optional long id);
static void leaveKioskModeInternal(optional long id);
static void toggleKioskModeInternal(optional long id);
static bool isKioskInternal();
static bool isKioskInternal(optional long id);
static void capturePageInternal(optional CapturePageOptions options, optional CapturePageCallback callback);
static void clearMenu(optional long win);
static MenuPatch[] setMenu(long id, optional long winId);
Expand Down

0 comments on commit 0181cca

Please sign in to comment.