mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 12:08:37 +01:00
chore(casting): remove DEBUG_TOUCH_ZONES overlay
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/**
|
||||
* Developer flag for visualising touch zones in the casting player.
|
||||
*
|
||||
* Flip to `true` to draw outlines over the slider hit area and the control row,
|
||||
* run the app, hand-calibrate `panHitSlop`, then flip back to `false`.
|
||||
* Every use is gated with `__DEV__` so it can never render in a release build.
|
||||
*/
|
||||
export const DEBUG_TOUCH_ZONES = false;
|
||||
Reference in New Issue
Block a user