don't you dare tell me you don't know where things go now

This commit is contained in:
4sval
2023-01-04 01:35:01 +01:00
parent d02272b82d
commit eecf5f16ce
8 changed files with 50 additions and 11 deletions

View File

@@ -379,7 +379,8 @@ public class TabItem : ViewModel
{
Log.Information("{FileName} successfully saved", fileName);
FLogger.AppendInformation();
FLogger.AppendText($"Successfully saved '{fileName}'", Constants.WHITE, true);
FLogger.AppendText("Successfully saved ", Constants.WHITE);
FLogger.AppendLink(fileName, path, true);
}
else
{