mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Handle located groups as public.
This commit is contained in:
@@ -478,6 +478,6 @@ bool linuxMoveFile(const char *from, const char *to) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool psLaunchMaps(const LocationCoords &coords) {
|
||||
bool psLaunchMaps(const Data::LocationPoint &point) {
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user