Mercurial > minori
comparison src/core/config.cc @ 286:53e3c015a973
anime: initial cross-service support
currently the Kitsu and MAL services don't work when chosen in the
GUI. This is because they haven't been implemented yet :)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:44:27 -0400 |
parents | ec0a2b5493f8 |
children | b1f4d1867ab1 |
comparison
equal
deleted
inserted
replaced
285:65df2813d0de | 286:53e3c015a973 |
---|---|
131 ini["Anime List"]["Display only available episodes in library"] = Strings::ToUtf8String(anime_list.display_available_episodes); | 131 ini["Anime List"]["Display only available episodes in library"] = Strings::ToUtf8String(anime_list.display_available_episodes); |
132 ini["Anime List"]["Highlight anime if available"] = Strings::ToUtf8String(anime_list.highlight_anime_if_available); | 132 ini["Anime List"]["Highlight anime if available"] = Strings::ToUtf8String(anime_list.highlight_anime_if_available); |
133 ini["Anime List"]["Display highlighted anime above others"] = Strings::ToUtf8String(anime_list.highlighted_anime_above_others); | 133 ini["Anime List"]["Display highlighted anime above others"] = Strings::ToUtf8String(anime_list.highlighted_anime_above_others); |
134 | 134 |
135 ini["Authentication/AniList"]["Auth Token"] = auth.anilist.auth_token; | 135 ini["Authentication/AniList"]["Auth Token"] = auth.anilist.auth_token; |
136 ini["Authentication/AniList"]["User ID"] = auth.anilist.user_id; | 136 ini["Authentication/AniList"]["User ID"] = Strings::ToUtf8String(auth.anilist.user_id); |
137 | 137 |
138 ini["Appearance"]["Theme"] = Translate::ToString(theme.GetTheme()); | 138 ini["Appearance"]["Theme"] = Translate::ToString(theme.GetTheme()); |
139 | 139 |
140 ini["Torrents"]["RSS feed"] = torrents.feed_link; | 140 ini["Torrents"]["RSS feed"] = torrents.feed_link; |
141 | 141 |