mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	
							parent
							
								
									e84f82a028
								
							
						
					
					
						commit
						91f1ffd283
					
				@ -138,7 +138,7 @@ void ConfigureFilesystem::SetDirectory(DirectoryTarget target, QLineEdit* edit)
 | 
				
			|||||||
        str = QFileDialog::getOpenFileName(this, caption, QFileInfo(edit->text()).dir().path(),
 | 
					        str = QFileDialog::getOpenFileName(this, caption, QFileInfo(edit->text()).dir().path(),
 | 
				
			||||||
                                           QStringLiteral("NX Gamecard;*.xci"));
 | 
					                                           QStringLiteral("NX Gamecard;*.xci"));
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
        str = QFileDialog::getExistingDirectory(this, caption, edit->text());
 | 
					        str = QFileDialog::getExistingDirectory(this, caption, edit->text()) + QDir::separator();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (str.isEmpty())
 | 
					    if (str.isEmpty())
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user