mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 12:55:54 +03:00
[PR #1] [MERGED] Feat: Paste from clipboard while downloading profile #32
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/creamlike1024/EasyLPAC/pull/1
Author: @quul
Created: 2/9/2024
Status: ✅ Merged
Merged: 2/9/2024
Merged by: @creamlike1024
Base:
master← Head:master📝 Commits (2)
8e82d6afeat: Paste from clipboard while downloading profile8d9d3f1Merge branch 'creamlike1024:master' into master📊 Changes
4 files changed (+116 additions, -17 deletions)
View changed files
📝
go.mod(+2 -0)📝
go.sum(+3 -0)📝
utils.go(+45 -9)📝
window.go(+66 -8)📄 Description
This PR enables the user to paste QRCode image or LPA String from clipboard while downloading the profile.

Questions
What's more
I tried to add a feature that enable user to directly screenshot the QR, but I didn't find any library that allows me to select area while taking screenshot(like any screenshot software). Maybe it's better to let screenshot softwares to do the screenshot and we just paste from clipboard.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.