Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenverspeek committed Apr 13, 2024
1 parent df72845 commit 96cba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Cube/CelestialBodies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const showDayNight = ref(false);
const loading = ref(false);
const { appSrcDir } = useConfig();
const { start, stop } = useAPI();
const cubeAppCommand = computed(() => {
// build command and command line options;
if ((celestialBody.value == 'earth.jpg') && (showDayNight.value)) {
Expand Down

0 comments on commit 96cba44

Please sign in to comment.