diff options
Diffstat (limited to 'src/config_error_notification.rs')
| -rw-r--r-- | src/config_error_notification.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config_error_notification.rs b/src/config_error_notification.rs index 773f3a13..c4f314ca 100644 --- a/src/config_error_notification.rs +++ b/src/config_error_notification.rs @@ -167,6 +167,12 @@ impl ConfigErrorNotification { } } +impl Default for ConfigErrorNotification { + fn default() -> Self { + Self::new() + } +} + fn render(scale: i32, created_path: Option<&Path>) -> anyhow::Result<MemoryRenderBuffer> { let _span = tracy_client::span!("config_error_notification::render"); |
