61 |
61 |
62 def initialLoadAndCheck(self, forceUpload): |
62 def initialLoadAndCheck(self, forceUpload): |
63 """ |
63 """ |
64 Public method to do the initial check. |
64 Public method to do the initial check. |
65 |
65 |
66 @keyparam forceUpload flag indicating a forced upload of the files |
66 @param forceUpload flag indicating a forced upload of the files |
67 (boolean) |
67 (boolean) |
68 """ |
68 """ |
69 if not Preferences.getWebBrowser("SyncEnabled"): |
69 if not Preferences.getWebBrowser("SyncEnabled"): |
70 return |
70 return |
71 |
71 |