Move playground
This commit is contained in:
@@ -373,6 +373,18 @@
|
||||
OpenRealmStore.set(false)
|
||||
}}><HomeIcon /></BarIcon>
|
||||
<div class="mt-2"></div>
|
||||
<BarIcon
|
||||
onClick={() => {
|
||||
reseter()
|
||||
if($selectedCharID === -1 && $PlaygroundStore !== 0){
|
||||
PlaygroundStore.set(0)
|
||||
return
|
||||
}
|
||||
selectedCharID.set(-1)
|
||||
PlaygroundStore.set(1)
|
||||
}}
|
||||
><ShellIcon /></BarIcon>
|
||||
<div class="mt-2"></div>
|
||||
<BarIcon
|
||||
onClick={() => {
|
||||
reseter();
|
||||
@@ -602,20 +614,6 @@
|
||||
></BaseRoundedButton
|
||||
>
|
||||
</div>
|
||||
<div class="flex flex-col items-center space-y-2 px-2 mb-2">
|
||||
<BaseRoundedButton
|
||||
onClick={() => {
|
||||
reseter()
|
||||
if($selectedCharID === -1 && $PlaygroundStore !== 0){
|
||||
PlaygroundStore.set(0)
|
||||
return
|
||||
}
|
||||
selectedCharID.set(-1)
|
||||
PlaygroundStore.set(1)
|
||||
}}
|
||||
><ShellIcon size="24" /></BaseRoundedButton
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user