|
@@ -6,6 +6,7 @@
|
|
//
|
|
//
|
|
|
|
|
|
import Cocoa
|
|
import Cocoa
|
|
|
|
+import ComPDFKit_Conversion
|
|
|
|
|
|
class ViewController : NSViewController, SettingViewControllerDelegate, AutoTestAdvanceSettingViewDelegate, TestCaseCellViewDelegate,
|
|
class ViewController : NSViewController, SettingViewControllerDelegate, AutoTestAdvanceSettingViewDelegate, TestCaseCellViewDelegate,
|
|
NSTableViewDelegate, NSTableViewDataSource {
|
|
NSTableViewDelegate, NSTableViewDataSource {
|
|
@@ -32,6 +33,8 @@ class ViewController : NSViewController, SettingViewControllerDelegate, AutoTest
|
|
override func viewDidLoad() {
|
|
override func viewDidLoad() {
|
|
super.viewDidLoad()
|
|
super.viewDidLoad()
|
|
|
|
|
|
|
|
+ self.title = "KdanAuto:"+CPDFConvertKit.sharedInstance().versionString
|
|
|
|
+
|
|
customView.wantsLayer = true;
|
|
customView.wantsLayer = true;
|
|
customView.layer?.borderColor = NSColor.lightGray.withAlphaComponent(0.4).cgColor
|
|
customView.layer?.borderColor = NSColor.lightGray.withAlphaComponent(0.4).cgColor
|
|
customView.layer?.borderWidth = 1
|
|
customView.layer?.borderWidth = 1
|
|
@@ -184,7 +187,7 @@ class ViewController : NSViewController, SettingViewControllerDelegate, AutoTest
|
|
}
|
|
}
|
|
|
|
|
|
DispatchQueue.main.async {
|
|
DispatchQueue.main.async {
|
|
- self.view.window?.title = "";
|
|
|
|
|
|
+ self.title = "KdanAuto:"+CPDFConvertKit.sharedInstance().versionString
|
|
|
|
|
|
self._isProcessing = false
|
|
self._isProcessing = false
|
|
self.updateProcessStatus()
|
|
self.updateProcessStatus()
|