Skip to content

Commit 0ea7b12

Browse files
committed
upd
1 parent 1b381a2 commit 0ea7b12

File tree

5 files changed

+199
-199
lines changed

5 files changed

+199
-199
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Settings
2-
version=1.0.13
2+
version=1.0.14
33
author=AlexGyver <[email protected]>
44
maintainer=AlexGyver <[email protected]>
55
sentence=Simple UI webface builder for esp8266/esp32

src/core/builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class Builder {
188188

189189
// misc
190190

191-
bool Confirm(size_t id, Text label) {
191+
bool Confirm(size_t id, Text label = "") {
192192
if (_isBuild()) _widget(Code::confirm, id, label);
193193
return _isSet(id);
194194
}

0 commit comments

Comments
 (0)