Skip to content

Commit

Permalink
descriptions: change to false
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Nov 26, 2024
1 parent 1fb720b commit fa1dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigDescriptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.value = "binds:allow_pin_fullscreen",
.description = "Allows fullscreen to pinned windows, and restore their pinned status afterwards",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
.data = SConfigOptionDescription::SBoolData{false},
},

/*
Expand Down

0 comments on commit fa1dbd8

Please sign in to comment.