mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
ecode: remove titlebar separator.
This commit is contained in:
@@ -3296,8 +3296,9 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
}
|
||||
#endif
|
||||
#if EE_PLATFORM == EE_PLATFORM_MACOS
|
||||
macOS_CreateApplicationMenus();
|
||||
macOS_EnableScrollMomentum();
|
||||
macOS_createApplicationMenus();
|
||||
macOS_enableScrollMomentum();
|
||||
macOS_removeTitleBarSeparator( mWindow->getWindowHandler() );
|
||||
|
||||
mThreadPool->run( [this]() {
|
||||
// Checks if the default shell path contains more paths
|
||||
|
||||
Reference in New Issue
Block a user