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

Dev #37

Merged
merged 10 commits into from
Jul 3, 2022
Merged

Dev #37

merged 10 commits into from
Jul 3, 2022

Conversation

dmadisetti
Copy link
Owner

No description provided.

self.game_type == GameType::Game
// Slow, and a hack- but whatever.
let config = Config::new().unwrap();
!&config.hidden_games.contains(&self.id) && config.allowed_games.contains(&self.game_type)
Copy link
Owner Author

Choose a reason for hiding this comment

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

Actually moved filtering games here

src/app.rs Outdated
@@ -208,16 +218,27 @@ impl App {
.activated()
.iter()
.map(|game| {
let fg = {
if let Some(status) = game.get_status() {
if status.state == "uninstalled" {
Copy link
Owner Author

Choose a reason for hiding this comment

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

closes #35

@dmadisetti dmadisetti marked this pull request as ready for review July 3, 2022 20:08
@dmadisetti dmadisetti merged commit 1ce4e68 into main Jul 3, 2022
@dmadisetti dmadisetti deleted the dev branch July 4, 2022 00:43
@Spagett1
Copy link

Spagett1 commented Jul 5, 2022

@Laar3 just a little clean up to your feature (in case you were interested)! I appreciate the work !! tada

Awesome! i'm glad i could help in some way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants