Change our PATH_START to 11000
This commit is contained in:
parent
d6051e9580
commit
f5bb23124a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
namespace brightray {
|
||||
|
||||
enum {
|
||||
PATH_START = 1000,
|
||||
PATH_START = 11000,
|
||||
|
||||
DIR_USER_DATA = PATH_START, // Directory where user data can be written.
|
||||
DIR_USER_CACHE, // Directory where user cache can be written.
|
||||
|
|
Loading…
Reference in a new issue