diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-01-15 01:45:35 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-01-15 01:45:35 -0800 |
commit | dedb843535f3a4fc1a1f9f71100c80fc1e5d87e4 (patch) | |
tree | c77d28b50b7b4def159e574533f7c551d6b9e65a /main.lua | |
parent | 6c568c6ef0d69fddcbaf93d233e46a7e75ee7845 (diff) | |
parent | 348852ee2bdeffee303ec4f8ce796e7605caa62d (diff) | |
download | view.love-dedb843535f3a4fc1a1f9f71100c80fc1e5d87e4.tar.gz |
Merge text.love
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua index 66d3963..ced451d 100644 --- a/main.lua +++ b/main.lua @@ -328,6 +328,7 @@ function App.wheelmoved(dx,dy) end function love.quit() + if Disable_all_quit_handlers then return end if current_app_is_warning() then return end if Current_app == 'run' then local source_settings = Settings.source |