mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-10-31 01:22:50 +00:00 
			
		
		
		
	Add missing ModWindowTitle locale key (#6601)
* Add missing ModWindowTitle locale key * Fix this while I'm at it
This commit is contained in:
		
							parent
							
								
									5def0429f8
								
							
						
					
					
						commit
						8c2da1aa04
					
				| @ -777,31 +777,31 @@ namespace Ryujinx.Ava | ||||
|             var memoryConfiguration = ConfigurationState.Instance.System.ExpandRam.Value ? MemoryConfiguration.MemoryConfiguration6GiB : MemoryConfiguration.MemoryConfiguration4GiB; | ||||
| 
 | ||||
|             HLEConfiguration configuration = new(VirtualFileSystem, | ||||
|                                                      _viewModel.LibHacHorizonManager, | ||||
|                                                      ContentManager, | ||||
|                                                      _accountManager, | ||||
|                                                      _userChannelPersistence, | ||||
|                                                      renderer, | ||||
|                                                      InitializeAudio(), | ||||
|                                                      memoryConfiguration, | ||||
|                                                      _viewModel.UiHandler, | ||||
|                                                      (SystemLanguage)ConfigurationState.Instance.System.Language.Value, | ||||
|                                                      (RegionCode)ConfigurationState.Instance.System.Region.Value, | ||||
|                                                      ConfigurationState.Instance.Graphics.EnableVsync, | ||||
|                                                      ConfigurationState.Instance.System.EnableDockedMode, | ||||
|                                                      ConfigurationState.Instance.System.EnablePtc, | ||||
|                                                      ConfigurationState.Instance.System.EnableInternetAccess, | ||||
|                                                      ConfigurationState.Instance.System.EnableFsIntegrityChecks ? IntegrityCheckLevel.ErrorOnInvalid : IntegrityCheckLevel.None, | ||||
|                                                      ConfigurationState.Instance.System.FsGlobalAccessLogMode, | ||||
|                                                      ConfigurationState.Instance.System.SystemTimeOffset, | ||||
|                                                      ConfigurationState.Instance.System.TimeZone, | ||||
|                                                      ConfigurationState.Instance.System.MemoryManagerMode, | ||||
|                                                      ConfigurationState.Instance.System.IgnoreMissingServices, | ||||
|                                                      ConfigurationState.Instance.Graphics.AspectRatio, | ||||
|                                                      ConfigurationState.Instance.System.AudioVolume, | ||||
|                                                      ConfigurationState.Instance.System.UseHypervisor, | ||||
|                                                      ConfigurationState.Instance.Multiplayer.LanInterfaceId.Value, | ||||
|                                                      ConfigurationState.Instance.Multiplayer.Mode); | ||||
|                                                  _viewModel.LibHacHorizonManager, | ||||
|                                                  ContentManager, | ||||
|                                                  _accountManager, | ||||
|                                                  _userChannelPersistence, | ||||
|                                                  renderer, | ||||
|                                                  InitializeAudio(), | ||||
|                                                  memoryConfiguration, | ||||
|                                                  _viewModel.UiHandler, | ||||
|                                                  (SystemLanguage)ConfigurationState.Instance.System.Language.Value, | ||||
|                                                  (RegionCode)ConfigurationState.Instance.System.Region.Value, | ||||
|                                                  ConfigurationState.Instance.Graphics.EnableVsync, | ||||
|                                                  ConfigurationState.Instance.System.EnableDockedMode, | ||||
|                                                  ConfigurationState.Instance.System.EnablePtc, | ||||
|                                                  ConfigurationState.Instance.System.EnableInternetAccess, | ||||
|                                                  ConfigurationState.Instance.System.EnableFsIntegrityChecks ? IntegrityCheckLevel.ErrorOnInvalid : IntegrityCheckLevel.None, | ||||
|                                                  ConfigurationState.Instance.System.FsGlobalAccessLogMode, | ||||
|                                                  ConfigurationState.Instance.System.SystemTimeOffset, | ||||
|                                                  ConfigurationState.Instance.System.TimeZone, | ||||
|                                                  ConfigurationState.Instance.System.MemoryManagerMode, | ||||
|                                                  ConfigurationState.Instance.System.IgnoreMissingServices, | ||||
|                                                  ConfigurationState.Instance.Graphics.AspectRatio, | ||||
|                                                  ConfigurationState.Instance.System.AudioVolume, | ||||
|                                                  ConfigurationState.Instance.System.UseHypervisor, | ||||
|                                                  ConfigurationState.Instance.Multiplayer.LanInterfaceId.Value, | ||||
|                                                  ConfigurationState.Instance.Multiplayer.Mode); | ||||
| 
 | ||||
|             Device = new Switch(configuration); | ||||
|         } | ||||
|  | ||||
| @ -597,6 +597,7 @@ | ||||
|   "UserProfileWindowTitle": "User Profiles Manager", | ||||
|   "CheatWindowTitle": "Cheats Manager", | ||||
|   "DlcWindowTitle": "Manage Downloadable Content for {0} ({1})", | ||||
|   "ModWindowTitle": "Manage Mods for {0} ({1})", | ||||
|   "UpdateWindowTitle": "Title Update Manager", | ||||
|   "CheatWindowHeading": "Cheats Available for {0} [{1}]", | ||||
|   "BuildId": "BuildId:", | ||||
|  | ||||
| @ -38,7 +38,7 @@ namespace Ryujinx.Ava.UI.Windows | ||||
|                 SecondaryButtonText = "", | ||||
|                 CloseButtonText = "", | ||||
|                 Content = new ModManagerWindow(titleId), | ||||
|                 Title = string.Format(LocaleManager.Instance[LocaleKeys.ModWindowHeading], titleName, titleId.ToString("X16")), | ||||
|                 Title = string.Format(LocaleManager.Instance[LocaleKeys.ModWindowTitle], titleName, titleId.ToString("X16")), | ||||
|             }; | ||||
| 
 | ||||
|             Style bottomBorder = new(x => x.OfType<Grid>().Name("DialogSpace").Child().OfType<Border>()); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 gdkchan
						gdkchan