renderer: improve zoom in anims (#11453)
Removes `animations:first_launch_animation` as it's useless now
This commit is contained in:
parent
78c9e2080c
commit
3d4dc19412
6 changed files with 13 additions and 36 deletions
|
|
@ -380,12 +380,6 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "animations:first_launch_animation",
|
||||
.description = "enable first launch animation",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "animations:workspace_wraparound",
|
||||
.description = "changes the direction of slide animations between the first and last workspaces",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue