mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 11:36:30 +03:00
Don't display the playground name in window title.
This commit is contained in:
@@ -172,7 +172,7 @@ void App::updateEditorTitle( UICodeEditor* editor ) {
|
||||
|
||||
void App::setAppTitle( const std::string& title ) {
|
||||
std::string fullTitle( mWindowTitle );
|
||||
if ( !mCurrentProjectName.empty() )
|
||||
if ( !mCurrentProjectName.empty() && mCurrentProject != getPlaygroundPath() )
|
||||
fullTitle += " - " + mCurrentProjectName;
|
||||
|
||||
if ( !title.empty() )
|
||||
|
||||
Reference in New Issue
Block a user