feat(channel): add logo support with position and opacity settings
This commit is contained in:
@@ -148,6 +148,9 @@ export default function DashboardPage() {
|
||||
auto_schedule: boolean;
|
||||
access_mode?: import("@/lib/types").AccessMode;
|
||||
access_password?: string;
|
||||
logo?: string | null;
|
||||
logo_position?: import("@/lib/types").LogoPosition;
|
||||
logo_opacity?: number;
|
||||
},
|
||||
) => {
|
||||
updateChannel.mutate(
|
||||
|
||||
Reference in New Issue
Block a user