mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: add open settings location endpoint
- Add `open_settings_location` method to `FileSystemHandler` to open OS file explorer at settings file location - Register new POST route `/api/lm/settings/open-location` for settings file access - Inject `SettingsManager` dependency into `FileSystemHandler` constructor - Add cross-platform support for Windows, macOS, and Linux file explorers - Include error handling for missing settings files and system exceptions
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<button
|
||||
type="button"
|
||||
class="settings-action-link settings-open-location-trigger"
|
||||
data-settings-path="{{ settings.settings_file }}"
|
||||
aria-label="{{ t('settings.openSettingsFileLocation.tooltip') }}"
|
||||
title="{{ t('settings.openSettingsFileLocation.tooltip') }}">
|
||||
<i class="fas fa-external-link-alt" aria-hidden="true"></i>
|
||||
|
||||
Reference in New Issue
Block a user