Skip to content

Fixed bug with overclocking list

First time contributor checklist

Contributor checklist

  • I am targeting the master branch and not the release branch (️ very important)
  • I have tested my contribution using ./run.sh
  • I have tested my contribution using ./build.sh --flatpak-local --flatpak-install
  • My contribution is fully baked and ready to be merged as is
  • I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the Fixes #1234 syntax

Description

When you create or delete an overclocking profile, the profile list is not updated until you press the apply button on any other existing profile. Selecting deleted profile will also crash the application.

Before fix:

2022-07-03_17-47-44.mkv

After fix:

2022-07-03_17-44-57.mkv

Type of Changes

Type
🐛 Bug fix
Edited by Nikolay Borodin

Merge request reports