mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Fix typo in HomeView::onRecoverSprites()
This commit is contained in:
parent
7169e1eabf
commit
96e4244304
@ -175,7 +175,7 @@ void HomeView::onRecoverSprites()
|
||||
if (!m_dataRecoveryView) {
|
||||
m_dataRecoveryView = new DataRecoveryView(m_dataRecovery);
|
||||
|
||||
// Hide the "Recovery Lost Sprite" button when the
|
||||
// Hide the "Recover Lost Sprites" button when the
|
||||
// DataRecoveryView is empty.
|
||||
m_dataRecoveryView->Empty.connect(
|
||||
[this]{
|
||||
|
Loading…
Reference in New Issue
Block a user