Clear view mode for transition view.

This commit is contained in:
brunoherbelin
2020-07-20 01:08:11 +02:00
parent 91dd7e5cc8
commit e3f75aa0ef
5 changed files with 39 additions and 28 deletions

View File

@@ -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;
}