mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-16 12:37:42 +01:00
Start
This commit is contained in:
parent
1a409d475a
commit
c7430e59b3
35 changed files with 1118 additions and 376 deletions
|
|
@ -56,7 +56,7 @@ public class FixedDesignMigrator(JobService jobs)
|
|||
|
||||
autoManager.AddDesign(set, leaf.Value);
|
||||
autoManager.ChangeJobCondition(set, set.Designs.Count - 1, design.Item2);
|
||||
autoManager.ChangeApplicationType(set, set.Designs.Count - 1, design.Item3 ? AutoDesign.Type.All : 0);
|
||||
autoManager.ChangeApplicationType(set, set.Designs.Count - 1, design.Item3 ? ApplicationType.All : 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue