mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-27 05:47:07 +00:00
Remove obsolete settings wizard
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { $msg } from "@/common/translation";
|
||||
import { LEVEL_ADVANCED, LEVEL_EDGE_CASE, LEVEL_POWER_USER, type ConfigLevel } from "@vrtmrz/livesync-commonlib/compat/common/types";
|
||||
import {
|
||||
LEVEL_ADVANCED,
|
||||
LEVEL_EDGE_CASE,
|
||||
LEVEL_POWER_USER,
|
||||
type ConfigLevel,
|
||||
} from "@vrtmrz/livesync-commonlib/compat/common/types";
|
||||
import type { AllSettingItemKey, AllSettings } from "./settingConstants";
|
||||
|
||||
export const combineOnUpdate = (func1: OnUpdateFunc, func2: OnUpdateFunc): OnUpdateFunc => {
|
||||
@@ -107,7 +112,6 @@ export type PageFunctions = {
|
||||
title: string,
|
||||
icon: string,
|
||||
order: number,
|
||||
wizardHidden: boolean,
|
||||
level?: ConfigLevel
|
||||
) => Promise<HTMLDivElement>;
|
||||
addPanel: (
|
||||
|
||||
Reference in New Issue
Block a user