mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Clear view mode for transition view.
This commit is contained in:
@@ -89,12 +89,14 @@ struct TransitionConfig
|
||||
{
|
||||
bool cross_fade;
|
||||
bool auto_open;
|
||||
bool hide_windows;
|
||||
float duration;
|
||||
int profile;
|
||||
|
||||
TransitionConfig() {
|
||||
cross_fade = true;
|
||||
auto_open = true;
|
||||
hide_windows = true;
|
||||
duration = 1.f;
|
||||
profile = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user