SessionCtl // Add openAppSupportFolderFromContainer().
This commit is contained in:
parent
8734ebd68f
commit
df03e29b59
|
@ -135,6 +135,10 @@ extension SessionCtl {
|
|||
withTitle: "Edit User Symbol & Emoji Data…".localized,
|
||||
action: #selector(openUserSymbols(_:)), keyEquivalent: ""
|
||||
)
|
||||
menu.addItem(
|
||||
withTitle: "Open App Support Folder".localized.withEllipsis,
|
||||
action: #selector(openAppSupportFolderFromContainer(_:)), keyEquivalent: ""
|
||||
)
|
||||
}
|
||||
|
||||
if optionKeyPressed || !PrefMgr.shared.shouldAutoReloadUserDataFiles {
|
||||
|
@ -369,6 +373,10 @@ public extension SessionCtl {
|
|||
)
|
||||
}
|
||||
|
||||
@objc func openAppSupportFolderFromContainer(_: Any? = nil) {
|
||||
NSWorkspace.shared.openFile(LMMgr.appSupportURL.path, withApplication: "Finder")
|
||||
}
|
||||
|
||||
@objc func openUserPhrases(_: Any? = nil) {
|
||||
LMMgr.openUserDictFile(type: .thePhrases, dual: optionKeyPressed, alt: optionKeyPressed)
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"vChewing" = "vChewing";
|
||||
"Open App Support Folder" = "Open App Support Folder";
|
||||
"Invalid Code Point." = "Invalid Code Point.";
|
||||
"Code Point Input Mode." = "Code Point Input Mode.";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas.";
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"vChewing" = "vChewing";
|
||||
"Open App Support Folder" = "Open App Support Folder";
|
||||
"Invalid Code Point." = "Invalid Code Point.";
|
||||
"Code Point Input Mode." = "Code Point Input Mode.";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas.";
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"vChewing" = "威注音入力アプリ";
|
||||
"Open App Support Folder" = "App Support フォルダーを開く";
|
||||
"Invalid Code Point." = "コードポイントは正しくない。";
|
||||
"Code Point Input Mode." = "コードポイント入力。";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "マナーモードのチェックの外すことになります。周りの人は貴殿のパソコンから屁音を聞いてしまい、それについての結果は全部貴殿の自己責任でございます。公的なる場所でこのチェックを外すのはお勧めできません。";
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"vChewing" = "威注音输入法";
|
||||
"Open App Support Folder" = "开启 App Support 目录";
|
||||
"Invalid Code Point." = "内码不正确。";
|
||||
"Code Point Input Mode." = "内码输入模式。";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "您即将取消对廉耻模式的勾选。周围的人会听到您的电脑传出放屁的声音,且您对此负全部责任。我们强烈建议您不要在任何公共场合取消对该模式的勾选。";
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"vChewing" = "威注音輸入法";
|
||||
"Open App Support Folder" = "開啟 App Support 目錄";
|
||||
"Invalid Code Point." = "內碼不正確。";
|
||||
"Code Point Input Mode." = "內碼輸入模式。";
|
||||
"You are about to uncheck this fart suppressor. You are responsible for all consequences lead by letting people nearby hear the fart sound come from your computer. We strongly advise against unchecking this in any public circumstance that prohibits NSFW netas." = "您即將取消對廉恥模式的勾選。周圍的人會聽到您的電腦傳出放屁的聲音,且您對此負全部責任。我們強烈建議您不要在任何公共場合取消對該模式的勾選。";
|
||||
|
|
Loading…
Reference in New Issue