update assets

This commit is contained in:
2024-01-29 21:43:49 +00:00
parent c16bcb9291
commit 53d099a55c

View File

@@ -4136,12 +4136,12 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
}, },
navBarContent: { navBarContent: {
["x-show"]() { ["x-show"]() {
return this.showNavBar || this.$screen("md"); return this.showNavBar || this.$screen("lg");
} }
}, },
navBarThemeContent: { navBarThemeContent: {
["x-show"]() { ["x-show"]() {
return this.showThemePopup || this.$screen("md"); return this.showThemePopup || this.$screen("lg");
} }
}, },
navBarThemeContentSystem: { navBarThemeContentSystem: {