Skip to content

Commit

Permalink
Merge pull request #78 from winebarrel/chore/rename_file
Browse files Browse the repository at this point in the history
Rename RightClickMenu to RightClickMenuView
  • Loading branch information
winebarrel authored Dec 15, 2024
2 parents 58cd357 + 17fe1ea commit c5466f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PagerCall/PagerCallApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct PagerCallApp: App {

var body: some Scene {
MenuBarExtra {
RightClickMenu()
RightClickMenuView()
} label: {
Image(systemName: self.pagerDuty.status.rawValue)
Text("PD")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftUI

struct RightClickMenu: View {
struct RightClickMenuView: View {
@AppStorage("subdomain") private var subdomain = ""
@AppStorage("userID") private var userID = ""

Expand Down

0 comments on commit c5466f3

Please sign in to comment.