mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 20:48:16 -04:00
Display standard resolutions on single-monitor machines
This commit is contained in:
parent
b60d5904e2
commit
5538fea1d1
@ -75,6 +75,7 @@ bool Launcher::GraphicsPage::setupSDL()
|
|||||||
{
|
{
|
||||||
screenComboBox->addItem(QString(tr("Screen ")) + QString::number(i + 1));
|
screenComboBox->addItem(QString(tr("Screen ")) + QString::number(i + 1));
|
||||||
}
|
}
|
||||||
|
screenChanged(0);
|
||||||
|
|
||||||
// Disconnect from SDL processes
|
// Disconnect from SDL processes
|
||||||
quitSDL();
|
quitSDL();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user