feat: add new settings ui
Also add window display options.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
namespace ChatTwo.Ui.SettingsTabs;
|
||||
|
||||
internal interface ISettingsTab {
|
||||
string Name { get; }
|
||||
void Draw();
|
||||
}
|
||||
Reference in New Issue
Block a user