Skip to content

Commit

Permalink
Menu bar Lingua icon
Browse files Browse the repository at this point in the history
  • Loading branch information
EgzonArifi committed Nov 29, 2023
1 parent 02806a0 commit 47615b1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lingua-App/Lingua/Lingua/App/LinguaApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ struct LinguaApp: App {
commands.aboutApp()
commands.projectCommands
}

MenuBarExtra(String.packageName, systemImage: "globe") {
MenuBarExtra(String.packageName, image: "lingua_menu_bar_icon") {
VStack(spacing: 0) {
ProjectListView(shouldAddLocalizeButton: true)
.environmentObject(viewModel)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "lingua_menu_bar_icon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47615b1

Please sign in to comment.