mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2026-03-22 11:56:12 +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