mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
Change "Single Instance" to "Open Files in New Window".
This commit is contained in:
@@ -3084,7 +3084,7 @@ FontTrueType* App::loadFont( const std::string& name, std::string fontPath,
|
||||
}
|
||||
|
||||
bool App::needsRedirectToRunningProcess( std::string file ) {
|
||||
if ( !mConfig.ui.singleInstance || file.empty() )
|
||||
if ( mConfig.ui.openFilesInNewWindow || file.empty() )
|
||||
return false;
|
||||
|
||||
bool hasPosition = pathHasPosition( file );
|
||||
|
||||
Reference in New Issue
Block a user