[client] UI Refactor Icon Paths (#3420)

[client] UI Refactor Icon Paths (#3420)
This commit is contained in:
hakansa
2025-03-04 18:29:29 +03:00
committed by GitHub
parent bcc5824980
commit 60ffe0dc87
46 changed files with 160 additions and 124 deletions

15
client/ui/const.go Normal file
View File

@ -0,0 +1,15 @@
package main
const (
settingsMenuDescr = "Settings of the application"
allowSSHMenuDescr = "Allow SSH connections"
autoConnectMenuDescr = "Connect automatically when the service starts"
quantumResistanceMenuDescr = "Enable post-quantum security via Rosenpass"
notificationsMenuDescr = "Enable notifications"
advancedSettingsMenuDescr = "Advanced settings of the application"
debugBundleMenuDescr = "Create and open debug information bundle"
exitNodeMenuDescr = "Select exit node for routing traffic"
networksMenuDescr = "Open the networks management window"
latestVersionMenuDescr = "Download latest version"
quitMenuDescr = "Quit the client app"
)