mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
[GUI] remove the letter v from the emu's version
This commit is contained in:
parent
ff26bf411b
commit
cc02ef64a5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue