mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 01:46:14 +00: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();
|
||||
|
||||
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());
|
||||
ConfigureGuiFromSettings(true);
|
||||
|
|
Loading…
Reference in a new issue