Skip to content

Commit e951ff9

Browse files
Update UpdateWindow.cs
1 parent 13b1eea commit e951ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Meddle/Meddle.Plugin/UI/Windows/UpdateWindow.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public UpdateWindow(Configuration config) : base("Updates", ImGuiWindowFlags.NoS
3030
new TextUpdateLine(" + Added this update window (Can be disabled from Options)."),
3131
new TextUpdateLine(" + Fix obj export failing in come circumstances."),
3232
new TextUpdateLine(" + Fix name override being ignored in some cases."),
33-
new TextUpdateLine(" + Improve naming of Animation exports to include track names.")
33+
new TextUpdateLine(" + Improve naming of Animation exports to include track names."),
34+
new TextUpdateLine(" + Added a warning message in options if the export directory is set to the temp directory.")
3435
]
3536
}
3637
];

0 commit comments

Comments
 (0)