mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 10:49:25 +01:00
Don't show "Interpolation has been paused" multiple times while paused
This commit is contained in:
@@ -98,9 +98,14 @@ namespace Flowframes
|
||||
}
|
||||
else
|
||||
{
|
||||
bool showMsg = !AiProcessSuspend.aiProcFrozen;
|
||||
AiProcessSuspend.SuspendIfRunning();
|
||||
MessageBox.Show($"Interpolation has been paused because you are running out of disk space on '{drivePath}/' ({spaceGb} GB)!\n\n" +
|
||||
|
||||
if (showMsg)
|
||||
{
|
||||
MessageBox.Show($"Interpolation has been paused because you are running out of disk space on '{drivePath}/' ({spaceGb} GB)!\n\n" +
|
||||
$"Please either clear up some disk space or cancel the interpolation.", "Warning");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user