mirror of
https://github.com/4sval/FModel.git
synced 2026-09-23 16:55:49 -05:00
don't you dare tell me you don't know where things go now
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user