Skip to content

Commit 4b3c310

Browse files
committed
for newest ASF
1 parent a000146 commit 4b3c310

File tree

6 files changed

+893
-968
lines changed

6 files changed

+893
-968
lines changed

ASFui/ASFProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private void OutputHandler(object sender, DataReceivedEventArgs e)
103103
(("OnCooldown".Equals(type) || "RateLimited".Equals(type)) && Properties.Settings.Default.ClearCooldown)) {
104104
_asf.tbInput.Invoke(new MethodInvoker(() => {
105105
_asf.tbInput.Text = Regex.Replace(_asf.tbInput.Text.Replace(key, ""), @"\s+", Environment.NewLine);
106-
if (_asf.tbInput.Text.Length < 2) // remove the last newline, if we removed all keys.
106+
if (_asf.tbInput.Text.Length < 5) // remove the last newline, if we removed all keys.
107107
_asf.tbInput.Text = "";
108108
}));
109109
}

0 commit comments

Comments
 (0)