diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-03-25 10:45:34 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-03-25 13:12:50 +0100 |
commit | 4c013e59f0e9a481bc63281c0d9e349827419d37 (patch) | |
tree | 1a0626d09167341f2bf1e4e3a821f8f86ac3887a /launcher/ui/pages/global/MinecraftPage.cpp | |
parent | 6dcf34acdc8ec3dcbb094e4981ef136cd6a99913 (diff) | |
download | PrismLauncher-4c013e59f0e9a481bc63281c0d9e349827419d37.tar.gz PrismLauncher-4c013e59f0e9a481bc63281c0d9e349827419d37.tar.bz2 PrismLauncher-4c013e59f0e9a481bc63281c0d9e349827419d37.zip |
divide minecraftpage into tabs
this way small screen users can use the launcher settings without having window a bigger than their actual screens
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/pages/global/MinecraftPage.cpp')
-rw-r--r-- | launcher/ui/pages/global/MinecraftPage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/MinecraftPage.cpp b/launcher/ui/pages/global/MinecraftPage.cpp index cc597fe0..eca3e865 100644 --- a/launcher/ui/pages/global/MinecraftPage.cpp +++ b/launcher/ui/pages/global/MinecraftPage.cpp @@ -46,7 +46,6 @@ MinecraftPage::MinecraftPage(QWidget *parent) : QWidget(parent), ui(new Ui::MinecraftPage) { ui->setupUi(this); - ui->tabWidget->tabBar()->hide(); loadSettings(); updateCheckboxStuff(); } |