mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	Visually disable web services
This commit is contained in:
		
							parent
							
								
									6df2ff2592
								
							
						
					
					
						commit
						e955bea49f
					
				| @ -609,7 +609,7 @@ struct Values { | |||||||
|                                            Category::Network}; |                                            Category::Network}; | ||||||
| 
 | 
 | ||||||
|     // WebService
 |     // WebService
 | ||||||
|     Setting<bool> enable_telemetry{linkage, true, "enable_telemetry", Category::WebService}; |     Setting<bool> enable_telemetry{linkage, false, "enable_telemetry", Category::WebService}; | ||||||
|     Setting<std::string> web_api_url{linkage, "https://api.yuzu-emu.org", "web_api_url", |     Setting<std::string> web_api_url{linkage, "https://api.yuzu-emu.org", "web_api_url", | ||||||
|                                      Category::WebService}; |                                      Category::WebService}; | ||||||
|     Setting<std::string> yuzu_username{linkage, std::string(), "yuzu_username", |     Setting<std::string> yuzu_username{linkage, std::string(), "yuzu_username", | ||||||
|  | |||||||
| @ -2,6 +2,9 @@ | |||||||
| <ui version="4.0"> | <ui version="4.0"> | ||||||
|  <class>ConfigureWeb</class> |  <class>ConfigureWeb</class> | ||||||
|  <widget class="QWidget" name="ConfigureWeb"> |  <widget class="QWidget" name="ConfigureWeb"> | ||||||
|  |   <property name="enabled"> | ||||||
|  |    <bool>false</bool> | ||||||
|  |   </property> | ||||||
|   <property name="geometry"> |   <property name="geometry"> | ||||||
|    <rect> |    <rect> | ||||||
|     <x>0</x> |     <x>0</x> | ||||||
|  | |||||||
| @ -429,9 +429,6 @@ GMainWindow::GMainWindow(std::unique_ptr<QtConfig> config_, bool has_broken_vulk | |||||||
|     game_list->LoadCompatibilityList(); |     game_list->LoadCompatibilityList(); | ||||||
|     game_list->PopulateAsync(UISettings::values.game_dirs); |     game_list->PopulateAsync(UISettings::values.game_dirs); | ||||||
| 
 | 
 | ||||||
|     // Show one-time "callout" messages to the user
 |  | ||||||
|     ShowTelemetryCallout(); |  | ||||||
| 
 |  | ||||||
|     // make sure menubar has the arrow cursor instead of inheriting from this
 |     // make sure menubar has the arrow cursor instead of inheriting from this
 | ||||||
|     ui->menubar->setCursor(QCursor()); |     ui->menubar->setCursor(QCursor()); | ||||||
|     statusBar()->setCursor(QCursor()); |     statusBar()->setCursor(QCursor()); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user