Add logging of destructed resource handles.

This commit is contained in:
Ottermandias 2022-06-30 13:35:27 +02:00
parent 71a7520e58
commit f00fe54bb3
4 changed files with 21 additions and 1 deletions

View file

@ -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;
}