diff --git a/Swift Shift/src/Constants.swift b/Swift Shift/src/Constants.swift index 9b9a594..878bbde 100644 --- a/Swift Shift/src/Constants.swift +++ b/Swift Shift/src/Constants.swift @@ -1,3 +1,9 @@ -var IGNORE_APP_BUNDLE_ID = ["com.apple.notificationcenterui", "pl.maketheweb.cleanshotx", "com.pointum.hazeover"] +var IGNORE_APP_BUNDLE_ID = [ + "com.apple.notificationcenterui", + "pl.maketheweb.cleanshotx", + "pl.maketheweb.cleanshotx-setapp", + "com.pointum.hazeover", + "com.pointum.hazeover-setapp" +] var MAIN_WINDOW_WIDTH = 320.0