Cleaup UI Selection source Player

This commit is contained in:
Bruno
2021-05-23 00:55:24 +02:00
parent 8e29a555c8
commit ce92529a84
4 changed files with 115 additions and 47 deletions

View File

@@ -20,7 +20,7 @@ struct WidgetsConfig
bool preview;
bool history;
bool media_player;
bool media_player_view;
bool media_player_listview;
bool timeline_editmode;
bool shader_editor;
bool toolbox;
@@ -33,7 +33,7 @@ struct WidgetsConfig
preview = false;
history = false;
media_player = false;
media_player_view = true;
media_player_listview = false;
timeline_editmode = false;
shader_editor = false;
toolbox = false;