mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-16 05:34:25 +01:00
Fix accidentally reverted change.
This commit is contained in:
parent
47ddca0506
commit
b31c5fdd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ public partial class ModEditWindow
|
||||||
|
|
||||||
ChatUtil.NotificationMessage( $"Advanced Shader Resources for this material will now be based on the supplied {Path.GetFileName( name )}",
|
ChatUtil.NotificationMessage( $"Advanced Shader Resources for this material will now be based on the supplied {Path.GetFileName( name )}",
|
||||||
"Penumbra Advanced Editing", NotificationType.Success );
|
"Penumbra Advanced Editing", NotificationType.Success );
|
||||||
}, 1 );
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaultFile = FindAssociatedShpk( file );
|
var defaultFile = FindAssociatedShpk( file );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue