improved Twitch connection menu experience

This commit is contained in:
2024-04-23 05:46:39 -05:00
parent d3beca8014
commit 8e01e9cb9b
10 changed files with 220 additions and 80 deletions

View File

@@ -47,7 +47,7 @@ public partial class ConfigStretchContainer : VBoxContainer
return StretchMode.Stretch;
throw new Exception($"No {nameof(StretchMode)} buttons pressed");
}
public void OkClicked()
public void Apply()
{
Settings.StretchMode = GetStretchMode();
}