SIGN IN SIGN UP

remoting: Adjust prompt level for dev server prompts (#11440)

This changes the remoting prompts to use `PromptLevel::Warning` instead
of `PromptLevel::Destructive`.
In #11015 we decided to apply PromptLevel::Destructive to prompts other
than the new path picker. However, we did not notice that this breaks
confirmation with the keyboard, so it should really only be used in
specific situations (e.g. replacing a file with the remote "save as"
picker, because it matches the behavior of the macOS file dialog).

Release Notes:

- N/A
B
Bennet Bo Fenner committed
237cc9b4a9340e7cd23c12ef9ef4988deeecc520
Parent: 38a50a0
Committed by GitHub <noreply@github.com> on 5/6/2024, 3:30:06 PM