mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 12:44:19 +01:00
Add logging of destructed resource handles.
This commit is contained in:
parent
71a7520e58
commit
f00fe54bb3
4 changed files with 21 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ public partial class ConfigWindow
|
|||
: newName.Any( c => ( symbol = c ) > ( char )0x7F )
|
||||
? ( $"Path contains invalid symbol {symbol}. Only ASCII is allowed.", false )
|
||||
: ( $"Press Enter or Click Here to Save (Current Directory: {old})", true );
|
||||
|
||||
return ( ImGui.Button( text, w ) || saved ) && valid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue