mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	configure_hotkeys: Tidy up key sequence conflict error string
Avoids mentioning the user and formalizes the error itself.
This commit is contained in:
		
							parent
							
								
									d61199721d
								
							
						
					
					
						commit
						6640f631e2
					
				| @ -67,8 +67,8 @@ void ConfigureHotkeys::Configure(QModelIndex index) { | ||||
|     } | ||||
| 
 | ||||
|     if (IsUsedKey(key_sequence) && key_sequence != QKeySequence(previous_key.toString())) { | ||||
|         QMessageBox::warning(this, tr("Error in inputted key"), | ||||
|                              tr("You're using a key that's already bound.")); | ||||
|         QMessageBox::warning(this, tr("Conflicting Key Sequence"), | ||||
|                              tr("The entered key sequence is already assigned to another hotkey.")); | ||||
|     } else { | ||||
|         model->setData(index, key_sequence.toString(QKeySequence::NativeText)); | ||||
|     } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user