mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
8d7b027992b665cb05fef6f3e02e7dab1479c688
- Added new settings keys in SettingsManager for download path, auto-check updates, auto-raise window, switch to new device, unmount iFuse on exit, theme, and connection timeout. - Implemented methods to get and set these new settings. - Updated SettingsWidget to include UI elements for the new settings, including checkboxes and a combo box for theme selection. - Refactored loadSettings and saveSettings methods to handle new settings. - Removed deprecated settings UI elements to streamline the interface. - Introduced VirtualLocation widget for managing virtual location settings with a map interface. - Integrated QML for map visualization and input handling for latitude and longitude. - Added functionality to apply virtual location settings to the connected device.
@uncore sudo cat /etc/udev/rules.d/99-idevice.rules SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", MODE="0666"
✘ Sun 6 Jul - 14:29 ~ @uncore sudo groupadd idevice
Sun 6 Jul - 14:30 ~ @uncore sudo usermod -aG idevice $USER
Sun 6 Jul - 14:30 ~ @uncore sudo udevadm control --reload-rules sudo udevadm trigger
Languages
C++
78.9%
Rust
15%
CMake
2%
JavaScript
0.8%
Shell
0.8%
Other
2.5%