mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-19 14:27:50 +01:00
Implement start of new file system and saving, update a lot of things to ImSharp.
This commit is contained in:
parent
6b475ee229
commit
c098fbdfe8
71 changed files with 1115 additions and 986 deletions
|
|
@ -42,7 +42,7 @@ public static class TextureDrawer
|
|||
string startPath, FileDialogService fileDialog, string defaultModImportPath)
|
||||
{
|
||||
tmpPath ??= current.Path;
|
||||
using var spacing = ImStyleDouble.ItemSpacing.PushX(UiHelpers.ScaleX3);
|
||||
using var spacing = ImStyleDouble.ItemSpacing.PushX(Im.Style.GlobalScale * 3);
|
||||
Im.Item.SetNextWidth(-2 * Im.Style.FrameHeight - 7 * Im.Style.GlobalScale);
|
||||
if (ImEx.InputOnDeactivation.Text(label, tmpPath, out tmpPath, hint))
|
||||
current.Load(textures, tmpPath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue