mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Fix some bugs, add clipboard options to meta changes.
This commit is contained in:
parent
0c3c7ea363
commit
9bceed3d57
7 changed files with 106 additions and 45 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue