-
-
Notifications
You must be signed in to change notification settings - Fork 956
Windows 11 startup sound #224
Comments
Hey, thank you for creating an issue. We will normally respond within 24 hours. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
not-stale label not working :| |
Fixed it. I had accidentally setup that label on pr only. Should work properly now. |
Something like this should work import React, { useState, useEffect } from "react"; const toggle = () => setPlaying(!playing); useEffect(() => { useEffect(() => { return [playing, toggle]; const Player = ({ url }) => { return ( {playing ? "Pause" : "Play"} ); }; export default Player;` |
Duplicate of #145 ? |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I feel like adding a startup sound would make it feel more like Windows 11.
Describe the solution you'd like
. To play the sound upon startup of clone.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
None, other than completely omitting it.
Additional context
Add any other context or screenshots about the feature request here.
https://user-images.githubusercontent.com/77000356/143772930-d4e5142f-35a8-4cbf-85df-92ad77839788.mp4
The text was updated successfully, but these errors were encountered: