diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-06-02 00:06:39 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-06-02 00:06:39 +0200 |
| commit | 2cb262ca6dc16fa0901b23a2e4e2c01850e63fbe (patch) | |
| tree | 6df9f24d6f8b3eb705ae68e98fb6d4cb8d529d6e /src/streamml/front/options_tab.py | |
| parent | 4289f0db454c21f6a071170f7f1b765eac5ac792 (diff) | |
small fixesmain
Diffstat (limited to 'src/streamml/front/options_tab.py')
| -rw-r--r-- | src/streamml/front/options_tab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streamml/front/options_tab.py b/src/streamml/front/options_tab.py index 22bd43a..9e67fcf 100644 --- a/src/streamml/front/options_tab.py +++ b/src/streamml/front/options_tab.py @@ -35,7 +35,7 @@ class OptionsTab(Container): @on(Button.Pressed, "#test-notif") def test_notification(self): - success = notification_service.send_message("**Test NetMonitor**\n") + success = notification_service.send_message("**Test streamml**\n") if success: self.app.notify("good", severity="information") |