|
@@ -2848,6 +2848,11 @@ extension KMMainViewController {
|
|
}
|
|
}
|
|
|
|
|
|
func showDigitalSignWindow(withFilePathURL fileURL: URL) {
|
|
func showDigitalSignWindow(withFilePathURL fileURL: URL) {
|
|
|
|
+ if !IAPProductsManager.default().isAvailableAllFunction(){
|
|
|
|
+ KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
|
|
|
|
+ return
|
|
|
|
+ }
|
|
|
|
+
|
|
if hasShowDigitalSign() {
|
|
if hasShowDigitalSign() {
|
|
self.exitDigitalSign()
|
|
self.exitDigitalSign()
|
|
}
|
|
}
|