diff options
| author | Méven Car <[email protected]> | 2026-01-14 14:58:00 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-01-14 14:59:55 +0100 |
| commit | 31f7a17a78cab2571a8f53710e82f2c472e6b2d5 (patch) | |
| tree | 1307aa9e4aee22f756247662e1587889dcac8ab8 /src/dolphinviewcontainer.cpp | |
| parent | 9519b8e6484b2b45cb5cf81bde62101bbf6b757d (diff) | |
On Middle-click, allow to open scripts with the second app
When holding shift when middle-clicking.
Amends: a25f2cc67cbab7f001c883931a433f1841223a87
CCBUG: 496687
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index fb83be453..457ecd3e6 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -793,7 +793,7 @@ void DolphinViewContainer::slotfileMiddleClickActivated(const KFileItem &item) // in case KIO::WidgetsOpenOrExecuteFileHandler::promptUserOpenOrExecute would not open the file if (value != QLatin1String("open")) { - indexOfAppToOpenFileWith = 0; + --indexOfAppToOpenFileWith; } } |
