mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-25 11:18:40 +00:00
Code refactoring - HistoryWidget, add clearHistoryLayout and loadHistory methods
This commit is contained in:
@@ -298,6 +298,7 @@ void Controller::updateConfigComponents()
|
||||
void Controller::showRecentScreenshots()
|
||||
{
|
||||
HistoryWidget* pHistory = new HistoryWidget();
|
||||
pHistory->loadHistory();
|
||||
pHistory->exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user