Add WebView support
This commit is contained in:
11
src/assets/icons/IconBrowser.tsx
Normal file
11
src/assets/icons/IconBrowser.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) Contributors to the Suwayomi project
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
import LaunchIcon from '@mui/icons-material/Launch';
|
||||
|
||||
export const IconBrowser = LaunchIcon;
|
||||
11
src/assets/icons/IconWebView.tsx
Normal file
11
src/assets/icons/IconWebView.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) Contributors to the Suwayomi project
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
import OpenInBrowserIcon from '@mui/icons-material/OpenInBrowser';
|
||||
|
||||
export const IconWebView = OpenInBrowserIcon;
|
||||
Reference in New Issue
Block a user