mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
fix
This commit is contained in:
@@ -610,6 +610,7 @@ namespace NekoGui_sub {
|
||||
group->order.append(ent->id);
|
||||
}
|
||||
}
|
||||
group->Save();
|
||||
|
||||
// cleanup
|
||||
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."));
|
||||
return;
|
||||
}
|
||||
QFile::remove(user_icon_path);
|
||||
QFile::copy(fn, user_icon_path);
|
||||
} else if (c == 1) {
|
||||
QFile::remove(user_icon_path);
|
||||
|
||||
Reference in New Issue
Block a user