Skip to content

Commit d74ff17

Browse files
committed
renaming "fullscreen" to "kiosk-mode" for readability reason
1 parent 5dc019b commit d74ff17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bonnet/bonnet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ namespace window_utils
128128

129129
namespace options
130130
{
131-
inline const std::string fullscreen = "fullscreen";
131+
inline const std::string fullscreen = "kiosk-mode";
132132
inline const std::string maximize = "maximize";
133133
inline const std::string debug = "debug";
134134
inline const std::string backend_no_log = "backend-no-log";

0 commit comments

Comments
 (0)