use ImRaii in settings window
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace ChatTwo.Ui.SettingsTabs;
|
||||
|
||||
internal interface ISettingsTab {
|
||||
internal interface ISettingsTab
|
||||
{
|
||||
string Name { get; }
|
||||
void Draw(bool changed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user