mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 10:36:30 +03:00
Don't open terminal in playground path.
This commit is contained in:
@@ -1129,7 +1129,7 @@ String App::i18n( const std::string& key, const String& def ) {
|
||||
}
|
||||
|
||||
std::string App::getCurrentWorkingDir() const {
|
||||
if ( !mCurrentProject.empty() )
|
||||
if ( !mCurrentProject.empty() && mCurrentProject != mPlaygroundPath )
|
||||
return mCurrentProject;
|
||||
|
||||
if ( mSplitter && mSplitter->curEditorIsNotNull() && mSplitter->curEditorExists() &&
|
||||
|
||||
Reference in New Issue
Block a user