fix: missing class for bluetooth discover button (#613)
This commit is contained in:
@@ -6,7 +6,7 @@ import { isDiscovering } from './helper';
|
|||||||
|
|
||||||
export const DiscoverButton = (): JSX.Element => (
|
export const DiscoverButton = (): JSX.Element => (
|
||||||
<button
|
<button
|
||||||
className="menu-icon-button search"
|
className="menu-icon-button search bluetooth"
|
||||||
valign={Gtk.Align.CENTER}
|
valign={Gtk.Align.CENTER}
|
||||||
onClick={(_, self) => {
|
onClick={(_, self) => {
|
||||||
if (!isPrimaryClick(self)) {
|
if (!isPrimaryClick(self)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user