Add missing text size outlet actions
This commit is contained in:
parent
6ae9d434fa
commit
2a9b831312
@ -90,5 +90,13 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
@IBAction func publishDoc(_ sender: Any) {
|
@IBAction func publishDoc(_ sender: Any) {
|
||||||
vc?.publish()
|
vc?.publish()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@IBAction func viewIncTextSize(_ sender: Any) {
|
||||||
|
vc?.adjustTextSize(increment: true)
|
||||||
|
}
|
||||||
|
|
||||||
|
@IBAction func viewDecTextSize(_ sender: Any) {
|
||||||
|
vc?.adjustTextSize(increment: false)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user