mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-27 18:31:35 +00:00
7 lines
152 B
Bash
7 lines
152 B
Bash
#!/bin/bash
|
|
appImageInit() {
|
|
if ! declare -p cloud_sync_status &>/dev/null && [ -f "$cloud_sync_bin" ]; then
|
|
setSetting cloud_sync_status true
|
|
fi
|
|
}
|