mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
fix
This commit is contained in:
@@ -610,6 +610,7 @@ namespace NekoGui_sub {
|
|||||||
group->order.append(ent->id);
|
group->order.append(ent->id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
group->Save();
|
||||||
|
|
||||||
// cleanup
|
// cleanup
|
||||||
for (const auto &ent: out_all) {
|
for (const auto &ent: out_all) {
|
||||||
|
|||||||
@@ -367,6 +367,7 @@ void DialogBasicSettings::on_set_custom_icon_clicked() {
|
|||||||
MessageBoxWarning(title, tr("Please select a valid square image."));
|
MessageBoxWarning(title, tr("Please select a valid square image."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
QFile::remove(user_icon_path);
|
||||||
QFile::copy(fn, user_icon_path);
|
QFile::copy(fn, user_icon_path);
|
||||||
} else if (c == 1) {
|
} else if (c == 1) {
|
||||||
QFile::remove(user_icon_path);
|
QFile::remove(user_icon_path);
|
||||||
|
|||||||
Reference in New Issue
Block a user