diff options
| -rw-r--r-- | FyneApp.toml | 2 | ||||
| -rw-r--r-- | main.go | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/FyneApp.toml b/FyneApp.toml index 471a13e..07ad252 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -5,4 +5,4 @@ Website = "https://codeberg.org/snonux/quicklogger" Name = "quicklogger" ID = "org.buetow.quicklogger" Version = "0.0.2" - Build = 26 + Build = 28 @@ -21,10 +21,12 @@ const ( var ( defaultDirectory = "." defaultTagItems = []string{ + "infra", "log", "share", "share:li", "share:ma", + "share:no", "track", "track 10", "track 15", |
