forked from quickshell/quickshell
		
	hyprland/global_shortcuts: fix crash when protocol is not present
This commit is contained in:
		
							parent
							
								
									3e80c4a4fd
								
							
						
					
					
						commit
						908ba3eef5
					
				
					 2 changed files with 9 additions and 1 deletions
				
			
		
							
								
								
									
										8
									
								
								src/services/pipewire/module.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								src/services/pipewire/module.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,8 @@
 | 
				
			||||||
 | 
					name = "Quickshell.Services.PipeWire"
 | 
				
			||||||
 | 
					description = "Pipewire API"
 | 
				
			||||||
 | 
					headers = [
 | 
				
			||||||
 | 
						"qml.hpp",
 | 
				
			||||||
 | 
						"link.hpp",
 | 
				
			||||||
 | 
						"node.hpp",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					-----
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@ void GlobalShortcut::onPostReload() {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	auto* manager = GlobalShortcutManager::instance();
 | 
						auto* manager = GlobalShortcutManager::instance();
 | 
				
			||||||
	if (manager == nullptr) {
 | 
						if (!manager->isActive()) {
 | 
				
			||||||
		qWarning() << "The active compositor does not support hyprland_global_shortcuts_v1.";
 | 
							qWarning() << "The active compositor does not support hyprland_global_shortcuts_v1.";
 | 
				
			||||||
		qWarning() << "GlobalShortcut will not work.";
 | 
							qWarning() << "GlobalShortcut will not work.";
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue