Added comfirmation pop-up after settings reset
git-svn-id: http://comictagger.googlecode.com/svn/trunk@111 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
7d624a9fd4
commit
93e5e4b3bf
@ -114,6 +114,8 @@ class SettingsWindow(QtGui.QDialog):
|
||||
def clearCache( self ):
|
||||
ImageFetcher().clearCache()
|
||||
ComicVineCacher( ).clearCache()
|
||||
QtGui.QMessageBox.information(self, "Settings", "Cache has been cleared.")
|
||||
|
||||
|
||||
def resetSettings( self ):
|
||||
self.settings.reset()
|
||||
|
Loading…
x
Reference in New Issue
Block a user