mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Now bindings works automatically and is smoooth, aslo strings work now
This commit is contained in:
@@ -91,6 +91,11 @@ LaunchSettings ParseLaunchSettings(const std::vector<std::string>& arguments)
|
||||
launchSettings.monitor = stoi(arguments[i + 1]);
|
||||
}
|
||||
}
|
||||
else if (arg == "--generate-bindings")
|
||||
{
|
||||
// Set editor window monitor
|
||||
launchSettings.generateBindings = true;
|
||||
}
|
||||
else if (argumentSize == 2 && Nuake::FileSystem::FileExists(arg))
|
||||
{
|
||||
if (Nuake::String::EndsWith(arg, ".project"))
|
||||
|
||||
Reference in New Issue
Block a user