Add additional region icon set
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user