mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix escaping in linux launcher creating
This commit is contained in:
@@ -404,7 +404,7 @@ namespace {
|
||||
|
||||
namespace Platform {
|
||||
|
||||
void RegisterCustomScheme() {
|
||||
void RegisterCustomScheme(bool force) {
|
||||
if (cExeName().isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user