enhance: add context menu for selected log

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-17 16:30:47 +08:00
parent 349844cf2a
commit 9f493abd1a
No known key found for this signature in database
5 changed files with 40 additions and 16 deletions

View file

@ -700,6 +700,8 @@
<x:String x:Key="Text.URL" xml:space="preserve">URL:</x:String>
<x:String x:Key="Text.ViewLogs" xml:space="preserve">Logs</x:String>
<x:String x:Key="Text.ViewLogs.Clear" xml:space="preserve">CLEAR ALL</x:String>
<x:String x:Key="Text.ViewLogs.CopyLog" xml:space="preserve">Copy</x:String>
<x:String x:Key="Text.ViewLogs.Delete" xml:space="preserve">Delete</x:String>
<x:String x:Key="Text.Warn" xml:space="preserve">Warning</x:String>
<x:String x:Key="Text.Welcome" xml:space="preserve">Welcome Page</x:String>
<x:String x:Key="Text.Welcome.AddRootFolder" xml:space="preserve">Create Group</x:String>