mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
loudspeaker tooltip
This commit is contained in:
@@ -93,6 +93,9 @@ export const Radio = (props, context) => {
|
||||
icon="bullhorn"
|
||||
selected={loudspeaker}
|
||||
content="Loudspeaker"
|
||||
tooltip={
|
||||
loudspeaker ? "Disable Loudspeaker" : "Enable Loudspeaker"
|
||||
}
|
||||
onClick={() => act('loudspeaker')} />
|
||||
)}
|
||||
</LabeledList.Item>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user