Skip to content

Commit c6b87a5

Browse files
committed
🐛 关闭网页版右上角闪电面板的显示
1 parent 5219f81 commit c6b87a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export default function App() {
369369
</>
370370
)}
371371
{/* 右上角闪电按钮 */}
372-
{!isWindowCollapsing && (
372+
{!isWindowCollapsing && !isWeb && (
373373
<IconButton
374374
onClick={(e) => {
375375
e.stopPropagation();

0 commit comments

Comments
 (0)