aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/WebStates.kt
blob: d07e67df10451c1e6bd606402aca9df310e0bc4b (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")