Fix some bugs, add clipboard options to meta changes.

This commit is contained in:
Ottermandias 2022-05-18 23:03:32 +02:00
parent 0c3c7ea363
commit 9bceed3d57
7 changed files with 106 additions and 45 deletions

View file

@ -54,7 +54,7 @@ public partial class Mod
mod.Description = description ?? mod.Description;
mod.Version = version ?? mod.Version;
mod.Website = website ?? mod.Website;
mod.SaveMeta();
mod.SaveMetaFile(); // Not delayed.
}
// Create a file for an option group from given data.