master
Aevann1 2021-12-20 00:47:51 +02:00
parent 99b05da1e6
commit 72d5d0a18a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class User(Base):
customtitleplain = deferred(Column(String))
titlecolor = Column(String, default=defaultcolor)
theme = Column(String, default=defaulttheme)
theme2 = Column(String, default=defaulttheme)
theme2 = Column(String, default='theme-iron dark')
themecolor = Column(String, default=defaultcolor)
cardview = Column(Boolean, default=cardview)
oldsite = Column(Boolean)