mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
clickable navigation
This commit is contained in:
@@ -251,6 +251,9 @@ const navigation = (() => {
|
||||
}
|
||||
};
|
||||
|
||||
// return the specificed display
|
||||
const getDisplay = (index) => displays[index];
|
||||
|
||||
return {
|
||||
init,
|
||||
updateStatus,
|
||||
@@ -258,5 +261,6 @@ const navigation = (() => {
|
||||
isPlaying,
|
||||
displayNavMessage,
|
||||
msg,
|
||||
getDisplay,
|
||||
};
|
||||
})();
|
||||
Reference in New Issue
Block a user