mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-03 10:21:13 +00:00
[GUI] remove the letter v from the emu's version
This commit is contained in:
parent
ff26bf411b
commit
cc02ef64a5
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user