mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-02 23:24:12 +00:00
Fix - update history widget on new capture
This commit is contained in:
@@ -302,6 +302,15 @@ void Controller::updateConfigComponents()
|
||||
}
|
||||
}
|
||||
|
||||
void Controller::updateRecentScreenshots()
|
||||
{
|
||||
if (nullptr != m_history) {
|
||||
if (m_history->isVisible()) {
|
||||
m_history->loadHistory();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Controller::showRecentScreenshots()
|
||||
{
|
||||
if (nullptr == m_history) {
|
||||
|
||||
Reference in New Issue
Block a user