mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Improve KMessageWidget visuals
This commit is contained in:
parent
f520a0f272
commit
30f77b07bb
4 changed files with 45 additions and 50 deletions
|
@ -425,14 +425,14 @@ MainWindow::~MainWindow()
|
|||
|
||||
void MainWindow::showKeePassHTTPDeprecationNotice()
|
||||
{
|
||||
displayGlobalMessage(tr("<p>It looks like you are using KeePassHTTP for browser integration.<br>"
|
||||
displayGlobalMessage(tr("<p>It looks like you are using KeePassHTTP for browser integration. "
|
||||
"This feature has been deprecated and will be removed in the future.<br>"
|
||||
"Please switch to keepassxc-browser instead! For help with migration,<br>"
|
||||
"visit our <a href=\"https://keepassxc.org/docs/keepassxc-browser-migration\">"
|
||||
"Please switch to keepassxc-browser instead! For help with migration, "
|
||||
"visit our <a class=\"link\" href=\"https://keepassxc.org/docs/keepassxc-browser-migration\">"
|
||||
"keepassxc-browser migration guide</a>.</p>"),
|
||||
MessageWidget::Warning, true, -1);
|
||||
|
||||
config()->set("Http/DeprecationNoticeShown", true);
|
||||
// config()->set("Http/DeprecationNoticeShown", true);
|
||||
disconnect(m_ui->tabWidget, SIGNAL(messageDismissGlobal()), this, SLOT(showKeePassHTTPDeprecationNotice()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue