use ImRaii in settings window

This commit is contained in:
Infi
2024-04-21 16:44:45 +02:00
parent ed5cedefd2
commit c152f3dfde
12 changed files with 402 additions and 438 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
namespace ChatTwo.Ui.SettingsTabs;
internal interface ISettingsTab {
internal interface ISettingsTab
{
string Name { get; }
void Draw(bool changed);
}