mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 10:49:25 +01:00
Hardcoded config key names to avoid string typos
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Flowframes.UI
|
||||
Program.mainForm.ResetInputInfo();
|
||||
string path = inputTbox.Text.Trim();
|
||||
|
||||
if (Config.GetBool("clearLogOnInput"))
|
||||
if (Config.GetBool(Config.Key.clearLogOnInput))
|
||||
Logger.ClearLogBox();
|
||||
|
||||
outputTbox.Text = inputTbox.Text.Trim().GetParentDir();
|
||||
|
||||
Reference in New Issue
Block a user