Skip to content

Commit

Permalink
#76: Rename "SettingElements" folder to "setting_elements".
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava committed Oct 25, 2021
1 parent 94eb813 commit 5a1344c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings/ShellCommandExtraOptionsModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {ShellCommandSettingGroup, ShellCommandsSettingsTab} from "./ShellCommand
import {getOutputChannelDriversOptionList} from "../output_channels/OutputChannelDriverFunctions";
import {OutputChannel, OutputChannelOrder, OutputStream} from "../output_channels/OutputChannel";
import {TShellCommand} from "../TShellCommand";
import {createShellSelectionField} from "./SettingElements/CreateShellSelectionField";
import {createShellSelectionField} from "./setting_elements/CreateShellSelectionField";

export class ShellCommandExtraOptionsModal extends Modal {
static OPTIONS_SUMMARY = "Alias, Output, Confirmation, Ignore errors";
Expand Down
2 changes: 1 addition & 1 deletion src/settings/ShellCommandsSettingsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {getShellCommandVariableInstructions} from "../variables/ShellCommandVari
import {parseShellCommandVariables} from "../variables/parseShellCommandVariables";
import {getHotkeysForShellCommand, HotkeyToString} from "../Hotkeys";
import {TShellCommand} from "../TShellCommand";
import {createShellSelectionField} from "./SettingElements/CreateShellSelectionField";
import {createShellSelectionField} from "./setting_elements/CreateShellSelectionField";

export class ShellCommandsSettingsTab extends PluginSettingTab {
plugin: ShellCommandsPlugin;
Expand Down

0 comments on commit 5a1344c

Please sign in to comment.