mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Don't quit, show error when failing to load mode.
This commit is contained in:
parent
a885966f30
commit
b418352d43
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ static void run_switcher ( ModeMode mode )
|
|||
|
||||
rofi_view_error_dialog ( str->str, ERROR_MSG_MARKUP );
|
||||
g_string_free (str, FALSE);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
// Error dialog must have been created.
|
||||
|
|
Loading…
Reference in a new issue