mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-31 21:03:48 +01:00
Maybe fix warning popups for temporary designs.
This commit is contained in:
parent
38a28871f4
commit
411b83a55f
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ public class DesignBase
|
||||||
|
|
||||||
void PrintWarning(string msg)
|
void PrintWarning(string msg)
|
||||||
{
|
{
|
||||||
if (msg.Length > 0)
|
if (msg.Length > 0 && name != "Temporary Design")
|
||||||
Glamourer.Chat.NotificationMessage($"{msg} ({name})", "Warning", NotificationType.Warning);
|
Glamourer.Chat.NotificationMessage($"{msg} ({name})", "Warning", NotificationType.Warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue