Skip to content

Commit

Permalink
feat: update icon name
Browse files Browse the repository at this point in the history
Issue: linuxdeepin/developer-center#5819
Log: update icon name
  • Loading branch information
chenchongbiao committed Nov 13, 2023
1 parent 0879c4e commit 63d19bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions langselector1/locale_ifc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const (
dbusPath = "/org/deepin/dde/LangSelector1"
dbusInterface = "org.deepin.dde.LangSelector1"

localeIconStart = "notification-change-language-start"
localeIconFailed = "notification-change-language-failed"
localeIconFinished = "notification-change-language-finished"
localeIconStart = "notification-change-start"
localeIconFailed = "notification-change-failed"
localeIconFinished = "notification-change-finished"
)

// Set user desktop environment locale, the new locale will work after relogin.
Expand Down

0 comments on commit 63d19bb

Please sign in to comment.