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"
|
//: "URL, path or file"
|
||||||
tr("command_line_option_config_to_fetch_arg")},
|
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"
|
//: "Log to stdout some debug information while running"
|
||||||
{{"V", "verbose"}, tr("command_line_option_log_to_stdout")},
|
{{"V", "verbose"}, tr("command_line_option_log_to_stdout")},
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,6 @@ Flickable {
|
||||||
|
|
||||||
onSearchBarTextChanged: {
|
onSearchBarTextChanged: {
|
||||||
if (!pauseSearch && (mainItem.searchOnEmpty || searchBarText != '')) {
|
if (!pauseSearch && (mainItem.searchOnEmpty || searchBarText != '')) {
|
||||||
console.log("change search text")
|
|
||||||
searchText = searchBarText.length === 0 ? "*" : searchBarText
|
searchText = searchBarText.length === 0 ? "*" : searchBarText
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue