mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
fix: bug report window title
This commit is contained in:
@ -15,12 +15,10 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* GODT-698 Use correct package type for signed PGP/Inline messages.
|
* GODT-698 Use correct package type for signed PGP/Inline messages.
|
||||||
|
* Generic bug report window title.
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
* Fix missing check for unencrypted recipients during sending.
|
* Fix missing check for unencrypted recipients during sending.
|
||||||
|
|
||||||
|
|
||||||
## [IE 1.0.x] Congo (v1.0.0 live 2020-09-08)
|
## [IE 1.0.x] Congo (v1.0.0 live 2020-09-08)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -39,7 +39,7 @@ Window {
|
|||||||
|
|
||||||
color : "transparent"
|
color : "transparent"
|
||||||
flags : Qt.Window | Qt.Dialog | Qt.FramelessWindowHint
|
flags : Qt.Window | Qt.Dialog | Qt.FramelessWindowHint
|
||||||
title : "ProtonMail Bridge - Bug report"
|
title : "Bug report"
|
||||||
visible : false
|
visible : false
|
||||||
|
|
||||||
WindowTitleBar {
|
WindowTitleBar {
|
||||||
|
|||||||
Reference in New Issue
Block a user