mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 19:29:24 +01:00
"Encoding Settings" shortcut next to output format selector
This commit is contained in:
@@ -13,10 +13,11 @@ namespace Flowframes.Forms
|
||||
{
|
||||
bool initialized = false;
|
||||
|
||||
public SettingsForm()
|
||||
public SettingsForm(int index = 0)
|
||||
{
|
||||
AutoScaleMode = AutoScaleMode.None;
|
||||
InitializeComponent();
|
||||
settingsTabList.SelectedIndex = index;
|
||||
}
|
||||
|
||||
private void SettingsForm_Load(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user