|
@@ -718,7 +718,7 @@ import Cocoa
|
|
}
|
|
}
|
|
}
|
|
}
|
|
guideWC.openFileToggleHandle = { [weak self] windowVC, type in
|
|
guideWC.openFileToggleHandle = { [weak self] windowVC, type in
|
|
-
|
|
|
|
|
|
+ self?.checkFirstTrialController()
|
|
}
|
|
}
|
|
var rect = self.view.window!.frame
|
|
var rect = self.view.window!.frame
|
|
rect.size.height -= 20
|
|
rect.size.height -= 20
|
|
@@ -734,7 +734,7 @@ import Cocoa
|
|
guideWC.digitalBoxRect = (self.view.window?.contentView?.convert(digitalPanelItem.frame, from: digitalPanelItem.superview))!
|
|
guideWC.digitalBoxRect = (self.view.window?.contentView?.convert(digitalPanelItem.frame, from: digitalPanelItem.superview))!
|
|
guideWC.window?.collectionBehavior = [.canJoinAllSpaces]
|
|
guideWC.window?.collectionBehavior = [.canJoinAllSpaces]
|
|
guideWC.finishHandle = { [weak self] windowVC, type in
|
|
guideWC.finishHandle = { [weak self] windowVC, type in
|
|
-
|
|
|
|
|
|
+ self?.checkFirstTrialController()
|
|
}
|
|
}
|
|
var rect = self.view.window!.frame
|
|
var rect = self.view.window!.frame
|
|
rect.size.height -= 20
|
|
rect.size.height -= 20
|
|
@@ -775,8 +775,9 @@ import Cocoa
|
|
if IAPProductsManager.default().isAvailableAllFunction() {
|
|
if IAPProductsManager.default().isAvailableAllFunction() {
|
|
if IAPProductsManager.default().isAvailableAdvancedPDFToOffice() {
|
|
if IAPProductsManager.default().isAvailableAdvancedPDFToOffice() {
|
|
//Convert:
|
|
//Convert:
|
|
|
|
+ self?.showAllConvertWindow(convertT: .Word)
|
|
} else {
|
|
} else {
|
|
- var limitWC = KMPurchaseLimitWindowController.currentLimitWC()
|
|
|
|
|
|
+ let limitWC = KMPurchaseLimitWindowController.currentLimitWC()
|
|
limitWC.continueBlock = { [weak self] windowController in
|
|
limitWC.continueBlock = { [weak self] windowController in
|
|
|
|
|
|
}
|
|
}
|