Added a few constants.
This commit is contained in:
parent
784c611053
commit
34f83b3f56
|
@ -90,3 +90,9 @@ kALMLocationsFolderType = 'fall'
|
||||||
kColorSyncProfilesFolderType = 'prof'
|
kColorSyncProfilesFolderType = 'prof'
|
||||||
kThemesFolderType = 'thme'
|
kThemesFolderType = 'thme'
|
||||||
kFavoritesFolderType = 'favs'
|
kFavoritesFolderType = 'favs'
|
||||||
|
|
||||||
|
# Don't remember why this is here
|
||||||
|
READ = 1
|
||||||
|
WRITE = 2
|
||||||
|
smAllScripts = -3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue