mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-23 03:39:26 +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
|
else
|
||||||
{
|
{
|
||||||
|
bool showMsg = !AiProcessSuspend.aiProcFrozen;
|
||||||
AiProcessSuspend.SuspendIfRunning();
|
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");
|
$"Please either clear up some disk space or cancel the interpolation.", "Warning");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user