Commit missed file

This commit is contained in:
David Baker 2022-05-03 12:05:40 +01:00
parent 0814e3c905
commit be01a4bd81

3
src/shouldShowPtt.js Normal file
View file

@ -0,0 +1,3 @@
export function shouldShowPtt() {
return window.location.hash.startsWith('#ptt');
}