mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Merge pull request #7798 from ShFil119/impr/empty
Use empty instead of size
This commit is contained in:
@ -1418,7 +1418,7 @@ void MainWindow::dropEvent(QDropEvent* event)
|
||||
else
|
||||
{
|
||||
Settings& settings = Settings::Instance();
|
||||
const bool show_confirm = settings.GetPaths().size() != 0;
|
||||
const bool show_confirm = !settings.GetPaths().empty();
|
||||
|
||||
for (const QString& folder : folders)
|
||||
{
|
||||
|
Reference in New Issue
Block a user