Skip to content

Commit

Permalink
Update seasonal to summer 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Aug 4, 2023
1 parent fbfe7fe commit a687966
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import org.nekomanga.core.loggycat

inline fun <T> logTimeTaken(text: String? = null, block: () -> T): T {
val result = measureTimedValue(block)
loggycat("||NEKO-TIMER") { "${text ?: ""} took ${result.duration.inWholeMilliseconds} ms" }
loggycat("||NEKO-)") { "${text ?: ""} took ${result.duration.inWholeMilliseconds} ms" }
return result.value
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fun MainDropdownMenu(
expanded = expanded,
offset = DpOffset(12.dp, 0.dp),
fixedWidth = 250.dp,
properties = PopupProperties(),
properties = PopupPrperties(),
onDismissRequest = onDismiss,
) {
val (incognitoText, incognitoIcon) = when (incognitoModeEnabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.security.MessageDigest
import java.util.concurrent.TimeUnit

object MdConstants {
const val currentSeasonalId = "77430796-6625-4684-b673-ffae5140f337"
const val currentSeasonalId = "1b9f88f8-9880-464d-9ed9-59b7e36392e2"
const val baseUrl = "https://mangadex.org"
const val cdnUrl = "https://uploads.mangadex.org"
const val forumUrl = "https://forums.mangadex.org/threads/"
Expand Down

0 comments on commit a687966

Please sign in to comment.