descriptions: change allow_pin_fullscreen value to false (#8592)

This commit is contained in:
nyx 2024-11-28 10:25:24 -05:00 committed by GitHub
parent 8b51eeb7ae
commit 5963970be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1210,7 +1210,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.value = "binds:allow_pin_fullscreen", .value = "binds:allow_pin_fullscreen",
.description = "Allows fullscreen to pinned windows, and restore their pinned status afterwards", .description = "Allows fullscreen to pinned windows, and restore their pinned status afterwards",
.type = CONFIG_OPTION_BOOL, .type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true}, .data = SConfigOptionDescription::SBoolData{false},
}, },
/* /*