mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 11:01:58 +00:00
display overhaul, compatibility with legacy plugins, fixes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from "react"
|
||||
|
||||
class LegacyPlugin extends React.Component {
|
||||
constructor(props: object) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
return <iframe style={{ border: 'none', width: '100%', height: '100%' }} src={this.props.url}></iframe>
|
||||
}
|
||||
}
|
||||
|
||||
export default LegacyPlugin;
|
||||
Reference in New Issue
Block a user