Skip to content

Commit

Permalink
Make connect dialog show up as fullscreen on iOS
Browse files Browse the repository at this point in the history
Fixes GUI issue of connect dialog overflowing screen on iOS
  • Loading branch information
ann0see committed Sep 22, 2024
1 parent 4652c90 commit 40e5af1
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 40e5af1

Please sign in to comment.