aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/WebStates.kt
blob: ad1fe467098309fc8c3ed031d9b2826f6f931ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
package com.pitchedapps.frost.web

/**
 * Created by Allan Wang on 2017-08-08.
 *
 * Global variables that are define states or constants for web contents
 */
const val WEB_LOAD_DELAY = 50L
var shouldLoadImages = false

val consoleBlacklist = setOf("edge-chat")