You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!(options->disabled&FF_PACKAGES_FLAG_MOSS_BIT)) {
538
538
packageCounts->moss+=getSQLite3Int(baseDir, "/.moss/db/state", "SELECT COUNT(*) FROM state_selections WHERE state_id = (SELECT MAX(id) FROM state)", "moss");
539
539
}
540
+
if (!(options->disabled&FF_PACKAGES_FLAG_CARDS_BIT)) {
0 commit comments