51 |
51 |
52 def initialLoadAndCheck(self, forceUpload): |
52 def initialLoadAndCheck(self, forceUpload): |
53 """ |
53 """ |
54 Public method to do the initial check. |
54 Public method to do the initial check. |
55 |
55 |
56 @keyparam forceUpload flag indicating a forced upload of the files |
56 @param forceUpload flag indicating a forced upload of the files |
57 (boolean) |
57 (boolean) |
58 """ |
58 """ |
59 if not Preferences.getWebBrowser("SyncEnabled"): |
59 if not Preferences.getWebBrowser("SyncEnabled"): |
60 return |
60 return |
61 |
61 |