Merge pull request #3946 from Beep6581/remote-app

new feature: open images in an already-running instance of RT
This commit is contained in:
Alberto Griggio
2017-07-19 17:51:39 +02:00
committed by GitHub
4 changed files with 356 additions and 235 deletions

View File

@@ -271,7 +271,7 @@ RTWindow::RTWindow ()
bpanel->init (this);
if (!argv1.empty()) {
if (!argv1.empty() && !remote) {
Thumbnail* thm = cacheMgr->getEntry(argv1);
if (thm) {
fpanel->fileCatalog->openRequested({thm});