Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Stop Button Refactor

wyzula_j requested to merge fix/buttons into main

Description

Stop button now calls self.queue.request_scan_halt() instead of abortion and reseting queue. Also Base class is changed to QWidget instead of QPushButton + added option to add it as a toolbar button similarly to DarkMode button.

Related Issues

related to #311 closes #320 (closed)

Type of Change

  • Change of inheritance
  • Halt instead of scan abort + reset of queue
  • Can be used in toolbar

Merge request reports