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

View File

@@ -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},
},
/*