Skip to content
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: added proxy label to running screen #202

Merged
merged 2 commits into from
Oct 23, 2024
Merged

feat: added proxy label to running screen #202

merged 2 commits into from
Oct 23, 2024

Conversation

aanorbel
Copy link
Member

Closes: #201

) : ViewModel() {
private val events = MutableSharedFlow<Event>(extraBufferCapacity = 1)

private val _state = MutableStateFlow(State())
val state = _state.asStateFlow()

init {
preferencesRepository.allSettings(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory this doesn't tell us if the actual test is running with a VPN or not. The user could have changed the settings while a test is running. But I think it's good enough for the use case.

@aanorbel aanorbel merged commit 84abd54 into main Oct 23, 2024
7 checks passed
@aanorbel aanorbel deleted the issues/201 branch October 23, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show proxy in use on RunningScreen when proxy is selected.
2 participants