mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Use role application
This commit is contained in:
parent
7d5814e169
commit
d834371f1e
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ const App = ({ media, closed, equalizer, playlist, openWindows }) => {
|
|||
);
|
||||
});
|
||||
return (
|
||||
<React.Fragment>
|
||||
<div role="application">
|
||||
<Skin />
|
||||
<WindowManager windows={windows} />
|
||||
</React.Fragment>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue