mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #31] If autostart option is selected, UAC prompt is shown even if you just exit the options #24
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#24
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?
Originally created by @majkinetor on GitHub (Dec 8, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/31
Originally assigned to: @VShawn on GitHub.
Describe the bug
Enable autostart in options, say yes in UAC, go Back, say YES again?
Now just enter options and exit, UAC will prompt
Expected behavior
Do not show UAC prompt when there is no admin changes.
@VShawn commented on GitHub (Dec 9, 2020):
the fact is in win32 version, i create/delete shutcut in
it needs admin authorization, so UAC show up.
But it is weird that UAC prompt twice, I will go for a check, it only prompt onece in previous version.
BTW, if you are using Stroe version, there should be on UAC prompt.
Update
found I miss some code during refactor of the class SetSelfStartingHelper which brings this bug.
@majkinetor commented on GitHub (Dec 9, 2020):
I confirm this works