forgot comma... haha

This commit is contained in:
lizzie 2026-03-26 19:23:20 +00:00 committed by crueter
parent c5d53b20c2
commit fe5fd4d0ce

View file

@ -69,7 +69,7 @@ enum class IntSetting(override val key: String) : AbstractIntSetting {
MY_PAGE_APPLET("my_page_applet_mode"),
INPUT_OVERLAY_AUTO_HIDE("input_overlay_auto_hide"),
OVERLAY_GRID_SIZE("overlay_grid_size"),
GPU_LOG_RING_BUFFER_SIZE("gpu_log_ring_buffer_size")
GPU_LOG_RING_BUFFER_SIZE("gpu_log_ring_buffer_size"),
PRODUCT_MODEL("product_model")
;