mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 16:28:11 +00:00
fix minimized commented
This commit is contained in:
parent
f59f88a688
commit
5953a5a88b
2 changed files with 3 additions and 2 deletions
|
|
@ -793,7 +793,9 @@ void App::createCommandParser() {
|
|||
//: "URL, path or file"
|
||||
tr("command_line_option_config_to_fetch_arg")},
|
||||
|
||||
//{{"c", "call"}, tr("command_line_option_call").replace("%1", EXECUTABLE_NAME), tr("command_line_option_call_arg")}, {"minimized", tr("command_line_option_minimized")},
|
||||
//{{"c", "call"}, tr("command_line_option_call").replace("%1", EXECUTABLE_NAME), tr("command_line_option_call_arg")},
|
||||
|
||||
{"minimized", tr("command_line_option_minimized")},
|
||||
|
||||
//: "Log to stdout some debug information while running"
|
||||
{{"V", "verbose"}, tr("command_line_option_log_to_stdout")},
|
||||
|
|
|
|||
|
|
@ -139,7 +139,6 @@ Flickable {
|
|||
|
||||
onSearchBarTextChanged: {
|
||||
if (!pauseSearch && (mainItem.searchOnEmpty || searchBarText != '')) {
|
||||
console.log("change search text")
|
||||
searchText = searchBarText.length === 0 ? "*" : searchBarText
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue