Skip to content

Commit

Permalink
Merge pull request #43 from iamharshdev/lady
Browse files Browse the repository at this point in the history
Lady
  • Loading branch information
fofsinx authored Aug 12, 2024
2 parents dfc8c77 + 1a6f930 commit 0f11419
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions boringNotch/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ struct ContentView: View {
})
.animation(.smooth().delay(0.3), value: vm.firstLaunch)
.contextMenu {
Button("Edit") {
let dn = DynamicNotch(content: EditPanelView())
dn.toggle()
Button("Coming soon") {
// let dn = DynamicNotch(content: EditPanelView())
// dn.toggle()
}
.keyboardShortcut("E", modifiers: .command)
}
Expand Down
3 changes: 0 additions & 3 deletions boringNotch/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@
}
}
}
},
"Edit" : {

},
"Edit layout" : {

Expand Down
4 changes: 2 additions & 2 deletions updater/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<title>boringNotch</title>
<item>
<title>Romantic Lady</title>
<pubDate>Tue, 13 Aug 2024 02:35:32 +0530</pubDate>
<pubDate>Tue, 13 Aug 2024 02:43:10 +0530</pubDate>
<sparkle:version>1.6.0+1</sparkle:version>
<sparkle:shortVersionString>1.6.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.2</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/iamharshdev/boring.notch/releases/download/romantic-lady/RomanticLady.dmg" length="4919985" type="application/octet-stream" sparkle:edSignature="xl0aSjiJe3ggAchL0FvxXJzTkiPNmNAHGT+BO6iyBIv9sX+T9QKHfRAd5d8K3QdUMr1wir1RENnd+L7PdyFbBg=="/>
<enclosure url="https://github.com/iamharshdev/boring.notch/releases/download/romantic-lady/RomanticLady.dmg" length="4917014" type="application/octet-stream" sparkle:edSignature="qx6rkZcCSUtYNql50JvBbgY+k3pzgp8yfd7aN2LEOFn51Wr9lmPa0VaMRl2n3XO6FvWHo3U4N2Htj2y/c70sBw=="/>
</item>
</channel>
</rss>

0 comments on commit 0f11419

Please sign in to comment.