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

Fix some stuff. #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix some stuff. #34

wants to merge 4 commits into from

Commits on Sep 17, 2022

  1. Revert "fix webui colors"

    This reverts commit c73e38e.
    petroid committed Sep 17, 2022
    Copy the full SHA
    4bc2445 View commit details
    Browse the repository at this point in the history
  2. removed unneeded gtk dependency

    made it possible to use plugin in environments with no gtk
    petroid committed Sep 17, 2022
    Copy the full SHA
    05f57a6 View commit details
    Browse the repository at this point in the history
  3. cosmetic bugfixes

    1. bumped version
    2. fixed pieces tab label alignment
    petroid committed Sep 17, 2022
    Copy the full SHA
    aedde8d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Update pieces.js

    moved updateConfig() out of PiecesTab constructor due to race condition(?) happening after deluge daemon runs for a while
    petroid committed Sep 19, 2022
    Copy the full SHA
    a9dfb9e View commit details
    Browse the repository at this point in the history