Merge branch 'py3_pyqt5' of https://github.com/Dpeta/pesterchum-alt-servers into py3_pyqt5

This commit is contained in:
BuildTools 2021-04-12 14:51:36 +02:00
commit d68c10f1ac
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
- Fixed pesterChumAction's text not being updated in memo windows when changing theme. - Fixed pesterChumAction's text not being updated in memo windows when changing theme.
- Fixed incorrect sRGB profile in paperchum. - Fixed incorrect sRGB profile in paperchum.
- Fixed sound slider in settings not working with pygame. - Fixed sound slider in settings not working with pygame.
- Fixed MOOD & CHUMHANDLE adjusting to style-sheet. - Fixed MOOD & CHUMHANDLE not adjusting to style-sheet.
### Changed ### Changed
- Made it so handle and ident are passed to ``_max_msg_len``, so, hopefully the text cutoff will be *slightly* less restrictive. - Made it so handle and ident are passed to ``_max_msg_len``, so, hopefully the text cutoff will be *slightly* less restrictive.

View file

@ -63,7 +63,7 @@ or
``python setup.py bdist_msi`` ``python setup.py bdist_msi``
#### Mac: #### Mac:
``python setup.py bdist`` ``python setup.py build``
### PYINSTALLER BUILDING ### PYINSTALLER BUILDING
#### Linux (might also work on other platforms!!): #### Linux (might also work on other platforms!!):