mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Merge pull request #11007 from zeltermann/dbus-obey-utf8
Use `toUtf8()` for string passed to DBus
This commit is contained in:
		
						commit
						005f0eb083
					
				| @ -454,7 +454,7 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan | ||||
|     // the user through their desktop environment.
 | ||||
|     //: TRANSLATORS: This string is shown to the user to explain why yuzu needs to prevent the
 | ||||
|     //: computer from sleeping
 | ||||
|     QByteArray wakelock_reason = tr("Running a game").toLatin1(); | ||||
|     QByteArray wakelock_reason = tr("Running a game").toUtf8(); | ||||
|     SDL_SetHint(SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME, wakelock_reason.data()); | ||||
| 
 | ||||
|     // SDL disables the screen saver by default, and setting the hint
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user