Close nixnote via the shortcut. If we have it set to close to the tray, we just hide things.
| 1110 | //* we just hide things. |
| 1111 | //***************************************************************************** |
| 1112 | void NixNote::closeShortcut() { |
| 1113 | if (closeToTray && isVisible()) |
| 1114 | toggleVisible(); |
| 1115 | else |
| 1116 | closeNixNote(); |
| 1117 | |
| 1118 | } |
| 1119 | |
| 1120 | |
| 1121 |
nothing calls this directly
no outgoing calls
no test coverage detected