mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 23:44:42 -04:00
refactor(tracker): refactor StringData to StringValue
This commit is contained in:
parent
74f37318d6
commit
de2e64533d
@ -91,7 +91,7 @@ func NewTracker(model *tracker.Model) *Tracker {
|
||||
|
||||
Model: model,
|
||||
|
||||
filePathString: model.FilePath().String(),
|
||||
filePathString: model.FilePath(),
|
||||
}
|
||||
t.PopupAlert = NewPopupAlert(model.Alerts())
|
||||
var warn error
|
||||
|
Reference in New Issue
Block a user