Skip to content

Commit

Permalink
fixed fullscreen overlay problem
Browse files Browse the repository at this point in the history
  • Loading branch information
MattByName committed Aug 2, 2024
1 parent ca39cd3 commit d60fdf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ColorTint Changelog

## 2.3.6 - 2024-08-02
### Fixed
- Corrected issue where overlay was not being drawn over some full screen apps
## 2.3.5 - 2024-03-27
### Fixed
- A bug caused by accidentally deleting lines of code has been repaired
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ directory.
## Support

I maintain this extension in my spare time for my own use and because I believe it's an important accessibility feature. If you want to make a small coffee- or beer-sized donation, here are some ways to do so. Please don't send anything larger, other projects need it more.
<<<<<<< HEAD
=======

>>>>>>> fdf2a0180baafede73a3cb2c2774cfc456eb3eea
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E1CFXTK)
## Contributing

Expand Down
2 changes: 1 addition & 1 deletion src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class ColorTinter extends Extension {
overlay.opacity = 255;
overlay.set_position(0, 0);
// Arbitrary z position above everything else
overlay.set_z_position(650);
overlay.set_z_position(1000);

this.setOverlayColor();
}
Expand Down

0 comments on commit d60fdf0

Please sign in to comment.