mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 21:32:35 +00:00
Fixed using File.exists? instead of File.exist?, updated Randomizer to PowerPlay (with ducks), misc. tweaking.
This commit is contained in:
@@ -32,11 +32,7 @@ module TAC
|
||||
end
|
||||
|
||||
def needs_redraw?
|
||||
if current_state.is_a?(Editor)
|
||||
current_state.needs_repaint? || @notification_manager.instance_variable_get(:@drivers).size.positive?
|
||||
else
|
||||
true
|
||||
end
|
||||
states.any?(&:needs_repaint?) || @notification_manager.instance_variable_get(:@drivers).size.positive?
|
||||
end
|
||||
|
||||
def toast(title, message = nil)
|
||||
|
||||
Reference in New Issue
Block a user