We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2465ba0 commit cad3055Copy full SHA for cad3055
1 file changed
lara/classes/laramgr.swift
@@ -55,6 +55,7 @@ final class laramgr: ObservableObject {
55
56
var sbProc: RemoteCall?
57
var ytProc = RemoteCall(process: "youtube", useMigFilterBypass: false)
58
+ var mapsProc = RemoteCall(process: "Maps", useMigFilterBypass: false)
59
60
static let shared = laramgr()
61
static let fontpath = "/System/Library/Fonts/Core/SFUI.ttf"
0 commit comments