1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-09 21:20:07 +01:00

🚀 Prepare beta 2

This commit is contained in:
2021-12-03 21:36:48 +01:00
parent 93bdb0ed7f
commit 912e549104
4 changed files with 231 additions and 12 deletions

View File

@@ -104,7 +104,7 @@ class SiteListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource,
withTitle: site.secured
? "site_list.unsecure".localized
: "site_list.secure".localized,
action: #selector(self.secure),
action: nil,
keyEquivalent: "L"
)
@@ -145,8 +145,8 @@ class SiteListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource,
// MARK: Secure / unsecure
@objc public func secure() {
@objc public func toggleSecure() {
// TODO
}
// MARK: Open with IDE / Editor