[GUI] remove the letter v from the emu's version
This commit is contained in:
@@ -105,7 +105,7 @@ void main_window::Init()
|
|||||||
CreateConnects();
|
CreateConnects();
|
||||||
|
|
||||||
setMinimumSize(350, minimumSizeHint().height()); // seems fine on win 10
|
setMinimumSize(350, minimumSizeHint().height()); // seems fine on win 10
|
||||||
setWindowTitle(QString::fromStdString("RPCS3 v" + rpcs3::version.to_string()));
|
setWindowTitle(QString::fromStdString("RPCS3 " + rpcs3::version.to_string()));
|
||||||
|
|
||||||
Q_EMIT RequestGlobalStylesheetChange(guiSettings->GetCurrentStylesheetPath());
|
Q_EMIT RequestGlobalStylesheetChange(guiSettings->GetCurrentStylesheetPath());
|
||||||
ConfigureGuiFromSettings(true);
|
ConfigureGuiFromSettings(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user