mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
@@ -858,7 +858,8 @@ void DatabaseWidget::openUrlForEntry(Entry* entry)
|
||||
|
||||
// otherwise ask user
|
||||
if (!launch && cmdString.length() > 6) {
|
||||
QString cmdTruncated = cmdString.mid(6);
|
||||
QString cmdTruncated = entry->resolveMultiplePlaceholders(entry->maskPasswordPlaceholders(entry->url()));
|
||||
cmdTruncated = cmdTruncated.mid(6);
|
||||
if (cmdTruncated.length() > 400) {
|
||||
cmdTruncated = cmdTruncated.left(400) + " […]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user