23 lines
535 B
Markdown
23 lines
535 B
Markdown
|
---
|
||
|
name: Bug fix
|
||
|
about: Fix a bug in BreezeStyleSheets.
|
||
|
title: "[BUG]"
|
||
|
labels: bug
|
||
|
assignees: Alexhuszagh
|
||
|
|
||
|
---
|
||
|
|
||
|
**NOTE:**
|
||
|
- If you have made any changes to the light or dark themes without extensions, please ensure to build the distribution files as part of your commit.
|
||
|
|
||
|
```bash
|
||
|
python configure.py --clean --pyqt6 \
|
||
|
--compiled-resource breeze_resources.py
|
||
|
```
|
||
|
|
||
|
## Description
|
||
|
Please include a clear and concise description of the changes made.
|
||
|
|
||
|
## Additional Context
|
||
|
Add any other context or screenshots about the bug fix here.
|