We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f48a46 commit 36d836fCopy full SHA for 36d836f
src/api/nw_window_api_mac.mm
@@ -52,7 +52,7 @@ - (void)drawRect:(NSRect)dirtyRect {
52
}
53
54
ExtensionFunction::ResponseAction
55
-NwCurrentWindowInternalSetBadgeLabelFunction::Run() {
+NwCurrentWindowInternalSetBadgeLabelInternalFunction::Run() {
56
EXTENSION_FUNCTION_VALIDATE(args_);
57
std::string badge;
58
EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &badge));
@@ -81,7 +81,7 @@ - (void)drawRect:(NSRect)dirtyRect {
81
82
83
84
-NwCurrentWindowInternalSetProgressBarFunction::Run() {
+NwCurrentWindowInternalSetProgressBarInternalFunction::Run() {
85
86
double progress;
87
EXTENSION_FUNCTION_VALIDATE(args_->GetDouble(0, &progress));
0 commit comments