Skip to content

Commit

Permalink
Default config notification improved (#313)
Browse files Browse the repository at this point in the history
* Changed notification message

* Changelog
  • Loading branch information
Razz4780 authored Dec 17, 2024
1 parent cf04ae5 commit ba2e8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+default-config-notification.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved notification message when mirrord uses config from the default path.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MirrordConfigAPI(private val service: MirrordProjectService) {

getDefaultConfig()?.let {
service.notifier.notification(
"Using mirrord default config",
"Using mirrord config from default path",
NotificationType.INFORMATION
)
.withOpenFile(it)
Expand Down

0 comments on commit ba2e8d7

Please sign in to comment.