summaryrefslogtreecommitdiff
path: root/src/widgets/popdownwindow.tsx
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-17 14:55:50 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-17 14:55:50 +1100
commit1f731072ac7e0bef369eedabfb396a41331e6ef2 (patch)
treed555c97ad797901be6b62eb8d0c9173db98cd40c /src/widgets/popdownwindow.tsx
parentbluetoothdevices: fallback icon (diff)
downloadcaelestia-shell-1f731072ac7e0bef369eedabfb396a41331e6ef2.tar.gz
caelestia-shell-1f731072ac7e0bef369eedabfb396a41331e6ef2.tar.bz2
caelestia-shell-1f731072ac7e0bef369eedabfb396a41331e6ef2.zip
networks: make popup window
Diffstat (limited to 'src/widgets/popdownwindow.tsx')
-rw-r--r--src/widgets/popdownwindow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/popdownwindow.tsx b/src/widgets/popdownwindow.tsx
index 18e9ae9..ea2814f 100644
--- a/src/widgets/popdownwindow.tsx
+++ b/src/widgets/popdownwindow.tsx
@@ -16,7 +16,7 @@ export default ({
countLabel?: Binding<string>;
headerButtons: { label: string | Binding<string>; onClicked: () => void; enabled?: Binding<boolean> }[];
emptyIcon: string;
- emptyLabel: string;
+ emptyLabel: string | Binding<string>;
list: JSX.Element;
}) => (
<PopupWindow name={name}>