mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
smaller sync screen
This commit is contained in:
parent
182610b898
commit
60a8fb94b8
1 changed files with 1 additions and 1 deletions
|
@ -1479,7 +1479,7 @@ day = :d""", d=yesterday)
|
||||||
|
|
||||||
def setSyncStatus(self, text, *args):
|
def setSyncStatus(self, text, *args):
|
||||||
self.setStatus(text, *args)
|
self.setStatus(text, *args)
|
||||||
self.mainWin.welcomeText.append("<font size=+6>" + text + "</font>")
|
self.mainWin.welcomeText.append("<font size=+2>" + text + "</font>")
|
||||||
|
|
||||||
def syncClockOff(self, diff):
|
def syncClockOff(self, diff):
|
||||||
ui.utils.showWarning(
|
ui.utils.showWarning(
|
||||||
|
|
Loading…
Reference in a new issue