Commit missed file
This commit is contained in:
parent
0814e3c905
commit
be01a4bd81
1 changed files with 3 additions and 0 deletions
3
src/shouldShowPtt.js
Normal file
3
src/shouldShowPtt.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function shouldShowPtt() {
|
||||
return window.location.hash.startsWith('#ptt');
|
||||
}
|
Loading…
Reference in a new issue