mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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 );
|
rofi_view_error_dialog ( str->str, ERROR_MSG_MARKUP );
|
||||||
g_string_free (str, FALSE);
|
g_string_free (str, FALSE);
|
||||||
return;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Error dialog must have been created.
|
// Error dialog must have been created.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue