mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add on_colab global variable
This commit is contained in:
@@ -42,6 +42,7 @@ var world_info_data = {};
|
|||||||
var world_info_folder_data = {};
|
var world_info_folder_data = {};
|
||||||
var saved_settings = {};
|
var saved_settings = {};
|
||||||
var finder_selection_index = -1;
|
var finder_selection_index = -1;
|
||||||
|
var on_colab;
|
||||||
|
|
||||||
// name, desc, icon, func
|
// name, desc, icon, func
|
||||||
const finder_actions = [
|
const finder_actions = [
|
||||||
@@ -3357,6 +3358,8 @@ function open_finder() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
on_colab = document.getElementById("on_colab").textContent == "true";
|
||||||
|
|
||||||
create_theming_elements();
|
create_theming_elements();
|
||||||
document.onkeydown = detect_key_down;
|
document.onkeydown = detect_key_down;
|
||||||
document.onkeyup = detect_key_up;
|
document.onkeyup = detect_key_up;
|
||||||
|
Reference in New Issue
Block a user