Skip to content

Commit

Permalink
Merge pull request #3343 from ann0see/iOS/fixOverflowConnectdlg
Browse files Browse the repository at this point in the history
Make connect dialog show up as fullscreen on iOS
  • Loading branch information
ann0see authored Oct 3, 2024
2 parents 08b404c + 40e5af1 commit 6b340f5
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 6b340f5

Please sign in to comment.