Skip to content

Commit

Permalink
Steam collections (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK authored Mar 26, 2022
1 parent 8ce3b42 commit a752440
Show file tree
Hide file tree
Showing 15 changed files with 959 additions and 61 deletions.
146 changes: 139 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ futures = { version = "^0.3.17" }
dashmap = { version = "^4.0.2", features = ["serde"] }
fltk-theme = {version ="0.4" , optional = true }
is_executable = "1.0.1"
rusty-leveldb = "0.3.6"
base64="0.13.0"

[build-dependencies]
fl2rust = { version = "0.4", optional = true }
Expand All @@ -33,4 +35,4 @@ ui = ["fltk", "fl2rust", "toml", "fltk-theme"]


[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"
winreg = "0.10.1"
9 changes: 7 additions & 2 deletions gui/mainview.fl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ class UserInterface {open
} {

# ----- Steam -----
Fl_Check_Button steam_create_collections {
label {Create Collections}
tooltip {Create Collections for each platform}
xywh {25 25 155 25} down_box DOWN_BOX
}

Fl_Input steam_location_input {
label {Steam Location}
xywh {25 25 450 25} align 5
xywh {175 25 300 25} align 5
}


# ----- Art download -----
Fl_Check_Button enable_steamgrid_db_checkbox {
label {Download Images}
Expand Down
3 changes: 2 additions & 1 deletion src/defaultconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ enabled = true
[heroic]
enabled = true

[steam]
[steam]
create_collections = false
Loading

0 comments on commit a752440

Please sign in to comment.