mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
improved Twitch connection menu experience
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user