-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Settings: small tweaks to VCM page #24735
Conversation
IsVideoConferenceBuild
This reverts commit acae5a5.
|
IsVideoConferenceBuild
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.
LGTM, nice work!
@Jay-o-Way let's split those fixes into different PRs, since it'd be easier to review.
make sure that the working dir is correct. |
</StackPanel> | ||
</labs:SettingsCard> | ||
<labs:SettingsCard> | ||
<labs:SettingsCard | ||
Visibility="{Binding Path=CameraImageOverlayPath, Mode=OneWay, Converter={StaticResource EmptyToCollapsedConverter}}"> |
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.
@niels9001 When I change EmptyToCollapsedConverter to StringVisibilityConverter, things break. Do you know why?
@Jay-o-Way what else is needed here? Do you want to try to update the converter or ok to merge it as it is? |
@stefansjfw Yeah, I suspect the cause/solution is simple, might be a broken reference or something? If it can be fixed that easily, this would be done :) |
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.
Nice polish. Thanks!
* Remove `IsVideoConferenceBuild` * small tweaks VCM page * Button: Visibility --> IsEnabled * Revert "Remove `IsVideoConferenceBuild`" This reverts commit acae5a5. * negate IsOpen bool
Summary of the Pull Request
removedViewModel.IsVideoConferenceBuild
Visibility=
to the SettingsCardTO-DO:
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
Visual Studio?