mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Remove sorting when adding switches
This commit is contained in:
parent
70894f9302
commit
463b54f1fb
|
|
@ -90,8 +90,6 @@ void SceneSwitcher::on_executableAdd_clicked()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
ui->executables->sortItems();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,8 +76,6 @@ void SceneSwitcher::on_add_clicked()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
ui->switches->sortItems();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -129,7 +127,6 @@ void SceneSwitcher::on_ignoreWindowsAdd_clicked()
|
|||
|
||||
lock_guard<mutex> lock(switcher->m);
|
||||
switcher->ignoreWindowsSwitches.emplace_back(windowName.toUtf8().constData());
|
||||
ui->ignoreWindows->sortItems();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user