diff --git a/client/web/plugins/com.msgbyte.snapdrop/src/index.tsx b/client/web/plugins/com.msgbyte.snapdrop/src/index.tsx index 3b7b06ba..29d4c62f 100644 --- a/client/web/plugins/com.msgbyte.snapdrop/src/index.tsx +++ b/client/web/plugins/com.msgbyte.snapdrop/src/index.tsx @@ -1,4 +1,5 @@ import { regCustomPanel } from '@capital/common'; +import { WebviewKeepAlive } from '@capital/component'; import React from 'react'; import { Translate } from './translate'; @@ -10,6 +11,9 @@ regCustomPanel({ label: Translate.panelName, icon: 'mdi:radio-tower', render: () => ( -