Skip to content

Commit

Permalink
feat: dialog for udev rules (#170)
Browse files Browse the repository at this point in the history
* update libcosmic + do not serialize settings at first launch

* add state

* add stucture

* ff

* markdown

* fixes

* impl dialog

* update deps

* fix tooltips

* impl warning when not saved + fix tooltips

* save a cached config when closing without saving

* add logs

* Update lib.rs
  • Loading branch information
wiiznokes authored Nov 7, 2024
1 parent f966cf2 commit ca97d4b
Show file tree
Hide file tree
Showing 30 changed files with 981 additions and 311 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LMSENSORS_INCLUDE_DIR = { value = "build/libsensors/include", relative = true }
LMSENSORS_LIB_DIR = { value = "build/libsensors/lib", relative = true }
RUST_LOG = "warn,fan_control=info,ui=info,data=info,hardware=info"
RUST_BACKTRACE = "full"
FAN_CONTROL_FORMAT = "flatpak"

[build]
# Because compilation fails on Fedora 39 if not enabled
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rust-analyzer.cargo.features": "all",
"cSpell.words": [
"Flatpak"
],
}
Loading

0 comments on commit ca97d4b

Please sign in to comment.