refactor(powercord): move powercord setup into subflake
This commit is contained in:
parent
3afa7f3e44
commit
31e1906121
5 changed files with 173 additions and 150 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/constants.js b/constants.js
|
||||
index 6bc4317..2ae4b55 100644
|
||||
--- a/constants.js
|
||||
+++ b/constants.js
|
||||
@@ -11,7 +11,7 @@ module.exports = Object.freeze({
|
||||
ERROR: 0xED4245,
|
||||
SUCCESS: 0x3BA55C
|
||||
},
|
||||
- CACHE_FOLDER: join(__dirname, '.cache'),
|
||||
+ CACHE_FOLDER: join("/home/infinidoge/.config", "powercord", 'css-toggler-cache'),
|
||||
MAX_SNIPPET_TITLE_LENGTH: 32,
|
||||
MAX_SNIPPET_DESCRIPTION_LENGTH: 120,
|
||||
DEFAULT_SNIPPET_TITLE: 'Untitled Snippet'
|
Loading…
Add table
Add a link
Reference in a new issue