<q-item-label>Show Minimap Only in Vehicle</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will always keep your minimap on your screen</q-item-label>
</q-item-section>
</q-item>
<q-item borderless tag="label" v-ripple>
<q-item-section avatar>
<q-checkbox v-model="isOutCompassChecked" v-on:click="showOutCompass($event)" color="checkbox" val="2"></q-checkbox>
</q-item-section>
<q-item-section>
<q-item-label>Show Compass Only in Vehicle</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will always keep your compass on your screen</q-item-label>
</q-item-section>
</q-item>
<q-item borderless tag="label" v-ripple>
<q-item-section avatar>
<q-checkbox v-model="isCompassFollowChecked" v-on:click="showFollowCompass($event)" color="checkbox" val="3"></q-checkbox>
</q-item-section>
<q-item-section>
<q-item-label>Show Compass Follow Cam</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will make it so you can no longer use your mouse to rotate the compass around</q-item-label>
</q-item-section>
</q-item>
</div>
<hr>
<div class="text-h6 q-mb-md">Notifications</div>
<div class="text-h7">
<q-checkbox v-on:click="openMenuSounds($event)" label='Menu Sound Effects Enabled' v-model="isOpenMenuSoundsChecked" color="checkbox" val="4" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="resetHudSounds($event)" label='Reset Hud Sound Effects Enabled' v-model="isResetSoundsChecked" color="checkbox" val="5" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="checklistSounds($event)" label='GUI Sound Effects Enabled' v-model="isListSoundsChecked" color="checkbox" val="6" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="showMapNotif($event)" label='Map Notifications Enabled' v-model="isMapNotifChecked" color="checkbox" val="7" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="showFuelAlert($event)" label='Low Fuel Alert Enabled' v-model="isLowFuelChecked" color="checkbox" val="8" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="showCinematicNotif($event)" label='Cinematic Mode Notifications Enabled' v-model="isCinematicNotifChecked" color="checkbox" val="9" style="display: flex;"></q-checkbox>
</div>
</div>
<hr>
<div class="text-h6 q-mb-md">Status</div>
<div class="text-h7">
<q-checkbox v-on:click="dynamicHealth($event)" label='Show Health always' v-model="isDynamicHealthChecked" color="checkbox" val="10" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicArmor($event)" label='Show Armor always' v-model="isDynamicArmorChecked" color="checkbox" val="11" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicHunger($event)" label='Show Hunger always' v-model="isDynamicHungerChecked" color="checkbox" val="12" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicThirst($event)" label='Show Thirst always' v-model="isDynamicThirstChecked" color="checkbox" val="13" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicStress($event)" label='Show Stress always' v-model="isDynamicStressChecked" color="checkbox" val="14" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicOxygen($event)" label='Show Oxygen always' v-model="isDynamicOxygenChecked" color="checkbox" val="15" style="display: flex;"></q-checkbox>
</div>
<hr>
<div class="text-h6 q-mb-md">Vehicle</div>
<div class="text-h7">
<q-toggle v-on:click="changeFPS($event)" size="lg" keep-color icon-color="toggleicons" color="checkbox" :label="`Speedometer FPS ${isChangeFPSChecked}`" unchecked-icon="60fps" false-value="Synced" true-value="Optimized" checked-icon="30fps" v-model="isChangeFPSChecked"></q-toggle>
<div class="text-h7 q-mb-md-d">Synced FPS option will result in less optimization, but keep your speedometer in real time, however, it will also be more demanding on your machine.</div>
<q-toggle v-on:click="ToggleMapShape($event)" size="lg" keep-color icon-color="toggleicons" color="checkbox" :label="`Minimap ${isToggleMapShapeChecked}`" unchecked-icon="radio_button_unchecked" false-value="circle" true-value="square" checked-icon="check_box_outline_blank" v-model="isToggleMapShapeChecked"></q-toggle>
<div class="text-h7 q-mb-md-d">Whether it's square or circle you desire, you have the ability to choose!</div>
<q-checkbox v-on:click="HideMap($event)" label='Minimap Enabled' v-model="isHideMapChecked" color="checkbox" val="15" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="ToggleMapBorders($event)" label='Minimap Borders Enabled' v-model="isToggleMapBordersChecked" color="checkbox" val="16" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicEngine($event)" label='Show Engine always' v-model="isDynamicEngineChecked" color="checkbox" val="17" style="display: flex;"></q-checkbox>
<q-checkbox v-on:click="dynamicNitro($event)" label='Show Nitro always' v-model="isDynamicNitroChecked" color="checkbox" val="18" style="display: flex;"></q-checkbox>
</div>
<hr>
<div class="text-h6 q-mb-md">Compass</div>
<div class="text-h7">
<q-toggle v-on:click="changeCompassFPS($event)" size="lg" keep-color icon-color="toggleicons" color="checkbox" :label="`Compass FPS ${isChangeCompassFPSChecked}`" unchecked-icon="60fps" false-value="Synced" true-value="Optimized" checked-icon="30fps" v-model="isChangeCompassFPSChecked"></q-toggle>
<div class="text-h7 q-mb-md-d">Synced FPS option will result in less optimization, but keep your compass in real time, however, it will also be more demanding on your machine.</div>
<q-item borderless tag="label" v-ripple>
<q-item-section avatar>
<q-checkbox v-on:click="showCompassBase($event)" v-model="isShowCompassChecked" color="checkbox" val="19"></q-checkbox>
</q-item-section>
<q-item-section >
<q-item-label>Compass Enabled</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will make it so you can't see the compass navigation</q-item-label>
</q-item-section>
</q-item>
<q-item borderless tag="label" v-ripple>
<q-item-section avatar>
<q-checkbox v-on:click="showStreetsNames($event)" v-model="isShowStreetsChecked" color="checkbox" val="20"></q-checkbox>
</q-item-section>
<q-item-section>
<q-item-label>Show Street Names Enabled</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will make it so you can't see street names / locations</q-item-label>
</q-item-section>
</q-item>
<q-item borderless tag="label" v-ripple>
<q-item-section avatar>
<q-checkbox v-on:click="showPointerIndex($event)" v-model="isPointerShowChecked" color="checkbox" val="21"></q-checkbox>
</q-item-section>
<q-item-section>
<q-item-label>Show Compass Pointer Enabled</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will make it so you can't see your pointer index to pinpoint your exact cardinal directions</q-item-label>
</q-item-section>
</q-item>
<q-item borderless tag="label" v-ripple>
<q-item-section avatar>
<q-checkbox v-on:click="showDegreesNum($event)" v-model="isDegreesShowChecked" color="checkbox" val="22"></q-checkbox>
</q-item-section>
<q-item-section>
<q-item-label>Show Compass Degrees Enabled</q-item-label>
<q-item-label class="text-h7" caption>Disabling this will make it so you can't see your exact degrees</q-item-label>
</q-item-section>
</q-item>
</div>
<hr>
<div class="text-h6 q-mb-md">Cinematic Mode</div>
<div class="text-h7">
<q-checkbox v-on:click="cinematicMode($event)" label='Enabled' v-model="isCinematicModeChecked" color="checkbox" val="23" style="display: flex;"></q-checkbox>
</div>汉化所有:<q-item-label>里面的英文</q-item-label><q-item-label class="text-h7" caption>里面的英文</q-item-label>
|