Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/connectdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
// setup timers
TimerInitialSort.setSingleShot ( true ); // only once after list request

#ifdef ANDROID
// for the android version maximize the window
#if defined( ANDROID ) || defined( Q_OS_IOS )
// for the Android and iOS version maximize the window
setWindowState ( Qt::WindowMaximized );
#endif

Expand Down