Remove portal spawn gameLog filter to prevent confusion

This commit is contained in:
Natsumi
2025-05-01 20:12:59 +10:00
parent d94ef24a9a
commit 16c2839dc7
2 changed files with 1 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ mixin gameLogTab
style='flex: 1'
:placeholder='$t("view.game_log.filter_placeholder")')
el-option(
v-for='type in ["Location", "OnPlayerJoined", "OnPlayerLeft", "PortalSpawn", "VideoPlay", "Event", "External", "StringLoad", "ImageLoad"]'
v-for='type in ["Location", "OnPlayerJoined", "OnPlayerLeft", "VideoPlay", "Event", "External", "StringLoad", "ImageLoad"]'
:key='type'
:label='$t("view.game_log.filters." + type)'
:value='type')