mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #2953 from DarkLordZach/azure-titlebars-gamename
qt: Fix game name format error
This commit is contained in:
		
						commit
						123c0580b4
					
				| @ -1903,10 +1903,10 @@ void GMainWindow::UpdateWindowTitle(const QString& title_name) { | ||||
|                                                           full_name, branch_name, description, | ||||
|                                                           std::string{}, date, build_id))); | ||||
|     } else { | ||||
|         const auto fmt = std::string(Common::g_title_bar_format_idle); | ||||
|         const auto fmt = std::string(Common::g_title_bar_format_running); | ||||
|         setWindowTitle(QString::fromStdString( | ||||
|             fmt::format(fmt.empty() ? "yuzu {0}| {3} | {1}-{2}" : fmt, full_name, branch_name, | ||||
|                         description, std::string{}, date, build_id))); | ||||
|                         description, title_name.toStdString(), date, build_id))); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei