Add additional region icon set

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-04-21 13:34:58 -07:00
parent 655c36067b
commit bf9c3727e7
2 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import { reactive, computed } from 'vue';
const state = reactive({
disclaimerAgreement: false,
enabledRegions: ['thorax','abdomen','limbs','head'],
regionIconSet: Math.floor(Math.random() * 2) + 1,
regionIconSet: Math.floor(Math.random() * 3) + 1,
version: '0.5.0-rc',
fullscreen: false,
useExternal: 'optional',