Commands - start
- Migrated handleStart to CmdStart.
This commit is contained in:
@@ -140,7 +140,6 @@ void Cmd::load ()
|
||||
commands.push_back ("done");
|
||||
commands.push_back ("duplicate");
|
||||
commands.push_back ("import");
|
||||
commands.push_back ("start");
|
||||
commands.push_back ("stop");
|
||||
commands.push_back ("summary");
|
||||
commands.push_back ("timesheet");
|
||||
@@ -230,7 +229,6 @@ bool Cmd::isWriteCommand ()
|
||||
command == "duplicate" ||
|
||||
command == "import" ||
|
||||
command == "pull" ||
|
||||
command == "start" ||
|
||||
command == "stop" ||
|
||||
command == "undo")
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user