Merge pull request #3946 from Beep6581/remote-app
new feature: open images in an already-running instance of RT
This commit is contained in:
@@ -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});
|
||||
|
Reference in New Issue
Block a user