-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(desktop): implement previous selection audio and camera #124
Conversation
@r17x is attempting to deploy a commit to the Cap Software Inc Team on Vercel. A member of the Team first needs to authorize it. |
1cb69db
to
7a6421a
Compare
@@ -4,7 +4,6 @@ import { createEventListener } from "@solid-primitives/event-listener"; | |||
import { cache, createAsync, redirect, useNavigate } from "@solidjs/router"; | |||
import { createMutation, createQuery } from "@tanstack/solid-query"; | |||
import { getVersion } from "@tauri-apps/api/app"; | |||
import { Window } from "@tauri-apps/api/window"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richiemcilroy Removed unused
apps/desktop/src/utils/queries.ts
Outdated
export function createOptionsQuery() { | ||
const options = createQuery(() => getOptions); | ||
const KEY = "recordingOptionsQuery" | ||
const localState = localStorage.getItem(KEY); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using localStorage
for save value camera
and audio
.
7a6421a
to
18bf76e
Compare
18bf76e
to
d68f15c
Compare
looks great! |
/tip $100 |
🎉🎈 @r17x has been awarded $100! 🎈🎊 |
Changes
createOptionsQuery
setOptions
: is same withcommands.setRecordOptions
.commands.setRecordOptions
to -->setOptions
Screen Record
cap.mp4
/claim #123