mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-22 03:43:04 +00:00
Remove testing code
This commit is contained in:
parent
8feb63193e
commit
e2c834c8cd
1 changed files with 0 additions and 1 deletions
|
@ -876,7 +876,6 @@ namespace ui {
|
|||
for(u32 i = 0; i < basesz; i++) {
|
||||
auto &title = g_EntryList.root.titles[i - rmvd];
|
||||
if(this->itemsMenu->IsItemMultiselected(basefsz + i)) {
|
||||
g_MenuApplication->CreateShowDialog("A", "Moving title '" + title.name + "' to folder '" + folder + "'...", { "K" }, true);
|
||||
if(cfg::MoveRecordTo(g_EntryList, title, folder)) {
|
||||
rmvd++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue