Update the CryptApp name to DelveTourApp

This commit is contained in:
Oliver-Akins 2025-02-08 18:02:17 -07:00
parent d7661bea14
commit 18f27b15da
3 changed files with 5 additions and 5 deletions

View file

@ -11,14 +11,14 @@ const conditions = [
{ label: `RipCrypt.common.difficulties.hard`, value: 7 },
];
export class CryptApp extends GenericAppMixin(HandlebarsApplicationMixin(ApplicationV2)) {
export class DelveTourApp extends GenericAppMixin(HandlebarsApplicationMixin(ApplicationV2)) {
// #region Options
static DEFAULT_OPTIONS = {
classes: [
`ripcrypt--CryptApp`,
],
window: {
title: `Crypt`,
title: `Delve Tour`,
frame: true,
positioned: true,
resizable: false,