Merge pull request #445 from jan-tee/main

Added env var switch to support screen captures from HTTPS sites with untrusted certificates
This commit is contained in:
Daniel
2024-02-03 16:36:01 +03:30
committed by GitHub
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
export default function SettingsSidebar({ className }: { className?: string }) {
const LINKWARDEN_VERSION = "v2.4.8";
const LINKWARDEN_VERSION = "v2.4.9";
const { collections } = useCollectionStore();