bt-core-app 2.0.62 → 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.
@@ -9017,7 +9017,7 @@ function oP(e) {
9017
9017
  function S() {
9018
9018
  let T = o.value ?? e.getDefaultBackgroundID();
9019
9019
  T != null && c.some((L) => L == T) && (T = void 0), console.log("url");
9020
- let D = e.getBackgroundURL(o.value, s.value);
9020
+ let D = e.getBackgroundURL(T, s.value);
9021
9021
  T != null && D != null && !d.some((L) => L == T) && (console.log("checking"), console.log(D), Ix(
9022
9022
  D,
9023
9023
  () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.62",
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": {