mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	configure_dialog: Focus the button box on start
Without this, the Reset All Settings button would be selected by default
This commit is contained in:
		@@ -97,6 +97,9 @@ ConfigureDialog::ConfigureDialog(QWidget* parent, HotkeyRegistry& registry_,
 | 
			
		||||
 | 
			
		||||
    adjustSize();
 | 
			
		||||
    ui->selectorList->setCurrentRow(0);
 | 
			
		||||
 | 
			
		||||
    // Selects the leftmost button on the bottom bar (Cancel as of writing)
 | 
			
		||||
    ui->buttonBox->setFocus();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ConfigureDialog::~ConfigureDialog() = default;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user