bt-core-app 2.0.61 → 2.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9016,17 +9016,17 @@ function oP(e) {
9016
9016
  }
9017
9017
  function S() {
9018
9018
  let T = o.value ?? e.getDefaultBackgroundID();
9019
- T != null && c.some((L) => L == T) && (T = void 0);
9020
- let D = e.getBackgroundURL(o.value, s.value);
9021
- T != null && D != null && !d.some((L) => L == T) && Ix(
9019
+ T != null && c.some((L) => L == T) && (T = void 0), console.log("url");
9020
+ let D = e.getBackgroundURL(T, s.value);
9021
+ T != null && D != null && !d.some((L) => L == T) && (console.log("checking"), console.log(D), Ix(
9022
9022
  D,
9023
9023
  () => {
9024
- d.push(T), S();
9024
+ console.log("yep"), d.push(T), S();
9025
9025
  },
9026
9026
  () => {
9027
- c.push(T), S();
9027
+ console.log("nope"), c.push(T), S();
9028
9028
  }
9029
- ), o.value = T, i.value = D;
9029
+ )), o.value = T, i.value = D;
9030
9030
  }
9031
9031
  function C(T) {
9032
9032
  if (T == null || d.some((D) => D == T))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.61",
3
+ "version": "2.0.63",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {