mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
e25f194ee9a06c10af7b89778571c7c34ccb6718
- Replaced the direct usage of the Go library with AppStoreManager in AppDownloadBaseDialog. - Removed the C-style callback for download progress and implemented a lambda function for progress updates. - Added error handling for AppStoreManager initialization in the download process. - Updated AppDownloadDialog to use QStandardPaths for the default download directory. - Created AppStoreManager class to handle account management and app operations. - Implemented login functionality in LoginDialog using AppStoreManager. - Added QProcessIndicator for visual feedback during login and app download processes. - Updated AppsWidget to manage login state and display account information using AppStoreManager. - Cleaned up unused code and improved UI elements for better user experience.
@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%