You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-06 09:19:31 +02:00
Release 0.6.5 (#311)
* Fixed #269 * Fixing checkbox widht * Fix #274. Add re-login button to error page. * Fix #276. Login page title * Rev Mac build version * Update changelog for v0.6.5 * Rev Mac build number * GitHub Actions: Build with Xcode 12.4 * Fix #297: Mac keybpard handling * Rev Mac built to 12 Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.5</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>8</string>
|
||||
<string>12</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.productivity</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -33,6 +33,11 @@ class ViewController:
|
||||
NotificationCenter.default.addObserver(self, selector: #selector(onServerStarted), name: AppDelegate.serverStartedNotification, object: nil)
|
||||
}
|
||||
|
||||
override func viewDidAppear() {
|
||||
super.viewDidAppear()
|
||||
self.view.window?.makeFirstResponder(self.webView)
|
||||
}
|
||||
|
||||
override var representedObject: Any? {
|
||||
didSet {
|
||||
// Update the view, if already loaded.
|
||||
|
||||
Reference in New Issue
Block a user