mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-06 16:00:00 +01:00
UI fix
This commit is contained in:
@@ -345,10 +345,14 @@ void UserInterface::handleKeyboard()
|
||||
else if (navigator.pannelVisible())
|
||||
navigator.hidePannel();
|
||||
// 3. hide windows
|
||||
else if (Settings::application.widget.preview || Settings::application.widget.media_player || Settings::application.widget.history) {
|
||||
else if (Settings::application.widget.preview ||
|
||||
Settings::application.widget.media_player ||
|
||||
Settings::application.widget.history ||
|
||||
Settings::application.widget.logs) {
|
||||
Settings::application.widget.preview = false;
|
||||
Settings::application.widget.media_player = false;
|
||||
Settings::application.widget.history = false;
|
||||
Settings::application.widget.logs = false;
|
||||
}
|
||||
// 4. cancel selection
|
||||
else if (!Mixer::selection().empty()) {
|
||||
|
||||
Reference in New Issue
Block a user