diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-13 20:48:00 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-13 20:48:00 -0600 |
commit | 97d985b66106c428e2c55f5dc144319841f8a8c8 (patch) | |
tree | 206896afe69a3ec0405be01222fdd957c05b7d36 | |
parent | bd2cc65808b64e84cfb930183d740a5e1b86265c (diff) | |
download | libre-tasks-97d985b66106c428e2c55f5dc144319841f8a8c8.tar.gz libre-tasks-97d985b66106c428e2c55f5dc144319841f8a8c8.tar.bz2 libre-tasks-97d985b66106c428e2c55f5dc144319841f8a8c8.zip |
fix: update title
-rw-r--r-- | LibreTasks/ContentView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibreTasks/ContentView.swift b/LibreTasks/ContentView.swift index 8847716..31faee3 100644 --- a/LibreTasks/ContentView.swift +++ b/LibreTasks/ContentView.swift @@ -121,7 +121,7 @@ struct ContentView: View { } .onDelete(perform: self.deleteTask) } - .navigationBarTitle("Tasks") + .navigationBarTitle("LibreTasks") .toolbar { ToolbarItemGroup(placement: .navigationBarTrailing) { EditButton() |