Skip to content

Commit

Permalink
add setapp bundle id to ignored apps
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Feb 26, 2024
1 parent 8e6c85e commit 4716bca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Swift Shift/src/Constants.swift
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4716bca

Please sign in to comment.